* diagnostic.h (diagnostic_override_option_index): New macro to
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / warn-deprecated.c
blob84214b1f8dbdb052efb213dfce1b43c9a4cbd16e
1 // { dg-do preprocess }
2 // { dg-options "-std=gnu99 -fdiagnostics-show-option -Wdeprecated" }
4 #assert x(x) // { dg-warning "#assert is a deprecated GCC extension .-Wdeprecated." }
6 #if #x(x) // { dg-warning "assertions are a deprecated extension .-Wdeprecated." }
7 #endif