From: Mark Mitchell Date: Thu, 22 Apr 2004 21:31:01 +0000 (+0000) Subject: Add dg-options X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eddc836e8a4466e25bb52c6b1eef2824ee896009;p=gcc.git Add dg-options From-SVN: r81054 --- 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 "" }