Mercurial > hg > CbC > CbC_gcc
annotate gcc/testsuite/gcc.dg/cpp/unc1.c @ 158:494b0b89df80 default tip
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 May 2020 18:13:55 +0900 (2020-05-25) |
parents | 84e7813d76e9 |
children |
rev | line source |
---|---|
111 | 1 /* Tests for un-terminated conditionals: 1. */ |
2 /* { dg-do preprocess } */ | |
3 | |
131 | 4 #if 1 /* { dg-error "-:unterminated" "unterminated #if" } */ |
111 | 5 |
6 #ifdef notdef /* { dg-bogus "unterminated" "nested terminated #ifdef" } */ | |
7 | |
8 blah blah blah | |
9 | |
10 #endif | |
11 | |
12 more text | |
13 | |
14 /* oops! */ |