* gcc.dg/torture/stackalign/builtin-apply-2.c: Fix skip-if syntax.
[official-gcc.git] / gcc / testsuite / gcc.dg / anon-struct-5.c
blobaf1690ed3ca74ca7be6f930ee35966eee9e6082b
1 /* Test bad warning for anonymous int in structure. Bug 17189. */
2 /* { dg-do compile } */
3 /* { dg-options "-std=c99 -pedantic-errors" } */
5 struct Foo { int; }; /* { dg-bogus "unnamed" } */
6 /* { dg-error "declaration does not declare anything" "int;" { target *-*-* } 5 } */
7 /* { dg-error "struct has no members" "no members" { target *-*-* } 5 } */