PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / label-compound-stmt-1.c
blob2f8fa4e65c2232c943851d500a4c8aeac77641b1
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 "" } */
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 } */