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

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