OSDN Git Service

2003-01-25 Paolo Carlini <pcarlini@unitus.it>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / noncompile / 951123-1.c
index 9a5a321..787cf1e 100644 (file)
@@ -1,2 +1,2 @@
 struct S { int a; int b[2]; };
-struct S x = { 0, [0]; };    /* { dg-error "array index|near|parse" } */
+struct S x = { 0, [0]; };    /* { dg-error "array index|near|(parse|syntax)" } */