OSDN Git Service

* gcc.dg/c90-restrict-1.c, gcc.dg/c99-arraydecl-2.c,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / c99-func-2.c
index 9dc8b58..f3eaaa1 100644 (file)
@@ -6,5 +6,5 @@
 void
 foo (void)
 {
-  __func__ "foo"; /* { dg-error "(parse|syntax) error" "before string constant" } */
+  __func__ "foo"; /* { dg-error "parse error|syntax error|expected" "before string constant" } */
 }