OSDN Git Service

* c-common.c (c_common_init): Set up CPP arithmetic.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / tr-direct.c
1 /* Test for some basic aspects of -traditional directive processing.  */
2
3 /* { dg-do preprocess } */
4 /* { dg-options -traditional } */
5
6 /* There is a #error directive.  */
7
8 #error bad      /* { dg-error "bad" } */
9
10 /* Directives with their #s indented are not recognized.  */
11  #if 0  /* { dg-bogus "unterminated" } */