Add dg-options
authorMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 22 Apr 2004 21:31:01 +0000 (21:31 +0000)
committerMark 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

index 56f3d41be649b2766f79968ec4961b06772ba9be..92e2033100ef7723c252bcf25e7b2e5acdc50637 100644 (file)
@@ -1,3 +1,5 @@
+// { dg-options "" }
+
 int Compound_Literals_0()
 {
   static int y[] = (int []) {1, 2, 3}; // { dg-error "" }