summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-22 21:31:01 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-22 21:31:01 +0000
commitcd0b0dd13eeb107cabf1cfa2b752f63fd9b9339d (patch)
treecf00eac70f3d15ce3bdcac191adebb846289cd68
parente6517de898ea0d2bd98879d5899719fe5d8cb5f2 (diff)
downloadppe42-gcc-cd0b0dd13eeb107cabf1cfa2b752f63fd9b9339d.tar.gz
ppe42-gcc-cd0b0dd13eeb107cabf1cfa2b752f63fd9b9339d.zip
Add dg-options
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81054 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/testsuite/g++.dg/ext/complit3.C2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.dg/ext/complit3.C b/gcc/testsuite/g++.dg/ext/complit3.C
index 56f3d41be64..92e2033100e 100644
--- 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 "" }
OpenPOWER on IntegriCloud