[gnu.g++.bug] foo

jjc@relay.eu.net (James Clark) (12/14/89)

g++ 1.36.1 rejects

void foo()
{
  int ***p = new int**[1];
}

with the diagnostic ``initialization between incompatible pointer types''.

James Clark
jjc@jclark.uucp