aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/warn-deprecated-2.c
blob: b1d5c248ed0c79732e08048c1cfba8fa1f374dad (plain)
1
2
3
4
5
6
7
// { dg-do preprocess }
// { dg-options "-std=gnu99 -fdiagnostics-show-option -Werror=deprecated" }
/* { dg-message "some warnings being treated as errors" "" {target "*-*-*"} 0 } */
#assert x(x)  // { dg-error "'#assert' is a deprecated GCC extension .-Werror=deprecated." }

#if #x(x)     // { dg-error "assertions are a deprecated extension .-Werror=deprecated." }
#endif