projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1362dd3
)
Martin says:
author
Robert Lipe
<robertl@gcc.gnu.org>
Sun, 31 May 1998 21:06:44 +0000
(21:06 +0000)
committer
Robert 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
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.old-deja/g++.robertl/eb58.C
b/gcc/testsuite/g++.old-deja/g++.robertl/eb58.C
index 62e84ab8aa3dc15701b523d7c865b11f69ec0efa..0691d553c9f29f641f75a3a1b8b39b4218fcefd6 100644
(file)
--- a/
gcc/testsuite/g++.old-deja/g++.robertl/eb58.C
+++ b/
gcc/testsuite/g++.old-deja/g++.robertl/eb58.C
@@
-10,5
+10,5
@@
private:
main()
{
- A *list = new A[10](4);
+ A *list = new A[10](4); //ERROR -
}