OSDN Git Service

fix
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Oct 2003 04:56:47 +0000 (04:56 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Oct 2003 04:56:47 +0000 (04:56 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72592 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/g++.dg/ext/complit1.C

index fae6bf2..bcca8ac 100644 (file)
@@ -1,4 +1,5 @@
 // PR c++/11063
+// { dg-options "" }
 
 class Foo
 {
@@ -11,5 +12,5 @@ public:
 
 Foo::Foo(int v0, int v1)
   : val_((int[]) {v0, v1})
-{
+{                              // { dg-error "" "" }
 }