OSDN Git Service

PR rtl-optimization/52139
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / anon-struct-5.c
index f7d1278..af1690e 100644 (file)
@@ -3,5 +3,5 @@
 /* { dg-options "-std=c99 -pedantic-errors" } */
 
 struct Foo { int; }; /* { dg-bogus "unnamed" } */
-/* { dg-error "error: declaration does not declare anything" "int;" { target *-*-* } 5 } */
-/* { dg-error "error: struct has no members" "no members" { target *-*-* } 5 } */
+/* { dg-error "declaration does not declare anything" "int;" { target *-*-* } 5 } */
+/* { dg-error "struct has no members" "no members" { target *-*-* } 5 } */