aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/warn-undef-2.c
blob: e5723872804cf9d4d100cb795b3cd1293a8d5ca3 (plain)
1
2
3
4
5
// { dg-do preprocess }
// { dg-options "-std=gnu99 -fdiagnostics-show-option -Werror=undef" }
/* { dg-message "some warnings being treated as errors" "" {target "*-*-*"} 0 } */
#if x  // { dg-error "'x' is not defined, evaluates to '0' .-Werror=undef." }
#endif