aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/c23-warning-2.c
blob: 880e8ab75b64fe1c5c238e8d04e792ba50bf1d74 (plain)
1
2
3
4
5
6
/* Test #warning in C23: -Wc11-c23-compat.  */
/* { dg-do preprocess } */
/* { dg-options "-std=c23 -pedantic-errors -Wc11-c23-compat" } */

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