aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/c11-warning-1.c
blob: 7a2598e4f6bef41fa647c1566467b8e583840eeb (plain)
1
2
3
4
5
6
/* Test #warning not in C11.  */
/* { dg-do preprocess } */
/* { dg-options "-std=c11 -pedantic-errors" } */

#warning example text /* { dg-warning "example text" } */
/* { dg-error "#warning before C23 is a GCC extension" "pedantic" { target *-*-* } .-1 } */