From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Lassi A. Tuura" To: neal@ctd.comsat.com Cc: egcs@cygnus.com Subject: Re: 971127 array initialization problem!?! Date: Sun, 30 Nov 1997 23:52:00 -0000 Message-id: <34826CB3.3E868177@cern.ch> References: X-SW-Source: 1997-12/msg00000.html neal@ctd.comsat.com wrote: > QBitmap* y = new QBitmap[5](2,2); This is not valid C++ syntax -- initialisers are not allowed in array-new expression. Code like this used to compile with g++, but I don't know if it ever was officially supported GNU extension. If the feature has been removed, the diagnostic could be improved... Cheers, //lat -- Lassi.Tuura@cern.ch There's no sunrise without a night