PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / pragma-diag-5.c
blob1fbe12797544145d4a649290bc49d2e0ddeefed8
1 /* { dg-do compile } */
2 #pragma GCC diagnostic /* { dg-warning "missing" "missing" } */
3 /* { dg-warning "24:missing" "wrong column" { xfail *-*-* } .-1 } */
5 #pragma GCC diagnostic warn /* { dg-warning "24:expected" } */
7 #pragma GCC diagnostic ignored "-Wfoo" /* { dg-warning "32:unknown" } */