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

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