Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.dg / 20031223-1.c
blobc2f35fcfe7fd6014b4af7db047270c2bbf44fd29
1 /* PR c/11995 */
2 /* The following test used to ICE after an error message
3 because GCC was trying to expand the trees to rtl. */
5 /* { dg-do compile } */
6 /* { dg-options "" } */
8 void f ()
10 l: int; /* { dg-error "a label can only be part of a statement and a declaration is not a statement" } */
11 /* { dg-warning "useless type name in empty declaration" "" { target *-*-* } 10 } */
12 /* { dg-error "label at end of compound statement" "" { target *-*-* } 10 } */