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

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