comparison gcc/testsuite/gcc.dg/cpp/pr36320.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 /* PR 36320 - #elif still requires valid expression. */
2 /* DR#412: #elif doesn't have to be valid expression (PR60570). */
3 /* { dg-do preprocess } */
4
5 int z;
6 #if 1
7 #elif /* { dg-bogus "with no expression" } */
8 #endif