aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/cpp/pr115913.c
blob: b9d10cda8d2485d740a3ba4b3d052b5d0831a4fb (plain)
1
2
3
4
5
6
7
/* { dg-do preprocess } */
/* PR middle-end/115913 */
#pragma GCC push_options
#pragma GCC diagnostic warning "-Wundef"
/* The call to cl_optimization_compare performed by pop_options should not
   lead to a checking failure.  */
#pragma GCC pop_options