OSDN Git Service

* tree-loop-linear.c (try_interchange_loops): Compare memory access
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / unc1.c
1 /* Tests for un-terminated conditionals: 1.  */
2 /* { dg-do preprocess } */
3
4 #if 1  /* { dg-error "unterminated" "unterminated #if" } */
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! */