diff options
Diffstat (limited to 'gcc-4.8/gcc/testsuite/gcc.dg/cpp/pr22168.c')
-rw-r--r-- | gcc-4.8/gcc/testsuite/gcc.dg/cpp/pr22168.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc-4.8/gcc/testsuite/gcc.dg/cpp/pr22168.c b/gcc-4.8/gcc/testsuite/gcc.dg/cpp/pr22168.c new file mode 100644 index 000000000..fecb972f7 --- /dev/null +++ b/gcc-4.8/gcc/testsuite/gcc.dg/cpp/pr22168.c @@ -0,0 +1,12 @@ +/* Copyright (C) 2008 Free Software Foundation, Inc. */ +/* PR preprocessor/22168 */ + +/* { dg-do preprocess } + { dg-options -pedantic } */ +#if #foo(bar) /* { dg-warning "GCC extension" } */ +int x; +#else +int y; +#endif +#assert zzz(a) /* { dg-warning "GCC extension" } */ +#unassert yyy /* { dg-warning "GCC extension" } */ |