Commit 31a408bc by Neil Booth Committed by Neil Booth

* gcc.dg/cpp/tr-direct.c: Update.

From-SVN: r38215
parent 70030c01
2000-12-13 Neil Booth <neil@daikokuya.demon.co.uk>
* gcc.dg/cpp/trad-direct.c: Update.
2000-12-11 Neil Booth <neilb@earthling.net>
* gcc.dg/cpp/defined_trad.c
......
......@@ -3,9 +3,9 @@
/* { dg-do preprocess } */
/* { dg-options -traditional } */
/* There is no #error directive. */
/* There is a #error directive. */
#error bad /* { dg-bogus "bad" } */
#error bad /* { dg-error "bad" } */
/* Directives with their #s indented are not recognized. */
#if 0 /* { dg-bogus "unterminated" } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment