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

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