OSDN Git Service

libcpp:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / label-compound-stmt-1.c
1 /* Test that labels at ends of compound statements are hard errors.  */
2 /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
3 /* { dg-do compile } */
4 /* { dg-options "" } */
5
6 void f(void) { g: } /* { dg-bogus "warning" "warning in place of error" } */
7 /* { dg-error "label|parse|syntax" "label at end of compound statement" { target *-*-* } 6 } */