]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/label-compound-stmt-1.c
Update copyright years.
[thirdparty/gcc.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 "-std=c17 -pedantic-errors" } */
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 *-*-* } .-1 } */