Path: utzoo!telly!philmtl!uunet!tut.cis.ohio-state.edu!relay.eu.net!jclark!jjc From: jclark!jjc@relay.eu.net (James Clark) Newsgroups: gnu.g++.bug Subject: foo() {int ***p = new int**[1];} Message-ID: <8912141230.AA26593@jclark.uucp> Date: 14 Dec 89 12:30:31 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 11 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