projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92a62aa
)
Add dg-options
author
Mark Mitchell
<mmitchel@gcc.gnu.org>
Thu, 22 Apr 2004 21:31:01 +0000
(21:31 +0000)
committer
Mark Mitchell
<mmitchel@gcc.gnu.org>
Thu, 22 Apr 2004 21:31:01 +0000
(21:31 +0000)
From-SVN: r81054
gcc/testsuite/g++.dg/ext/complit3.C
patch
|
blob
|
history
diff --git
a/gcc/testsuite/g++.dg/ext/complit3.C
b/gcc/testsuite/g++.dg/ext/complit3.C
index 56f3d41be649b2766f79968ec4961b06772ba9be..92e2033100ef7723c252bcf25e7b2e5acdc50637 100644
(file)
--- a/
gcc/testsuite/g++.dg/ext/complit3.C
+++ b/
gcc/testsuite/g++.dg/ext/complit3.C
@@
-1,3
+1,5
@@
+// { dg-options "" }
+
int Compound_Literals_0()
{
static int y[] = (int []) {1, 2, 3}; // { dg-error "" }