]> gcc.gnu.org Git - gcc.git/commitdiff
Martin says:
authorRobert Lipe <robertl@gcc.gnu.org>
Sun, 31 May 1998 21:06:44 +0000 (21:06 +0000)
committerRobert Lipe <robertl@gcc.gnu.org>
Sun, 31 May 1998 21:06:44 +0000 (21:06 +0000)
AFAIK, g++ does not support array initialization (anymore?).

From-SVN: r20155

gcc/testsuite/g++.old-deja/g++.robertl/eb58.C

index 62e84ab8aa3dc15701b523d7c865b11f69ec0efa..0691d553c9f29f641f75a3a1b8b39b4218fcefd6 100644 (file)
@@ -10,5 +10,5 @@ private:
 
 main()
 {
-    A *list = new A[10](4);
+  A *list = new A[10](4); //ERROR -
 }
This page took 0.062416 seconds and 5 git commands to generate.