1 /* PR17544 Incorrect -Wunreachable-code warning
4 In C99 we append a "return 0;" when finishing a function, but it was
5 not given a source location. The gimplifier thinks a return statement
6 needs a locus so it would add one, making the compiler generated code
7 visible to the unreachable code warning. */
9 /* { dg-do compile } */
10 /* { dg-options "-std=c99 -O -Wunreachable-code" } */