OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.martin / crash1.C
index dd165b6..5a81d7e 100644 (file)
@@ -1,7 +1,7 @@
-// Build don't link:
+// { dg-do assemble  }
 int i = 4;
 struct S{
-  char c[i];      // ERROR - size not constant
+  char c[i];      // { dg-error "" } size not constant
   int h;
   int foo(){
     return h;