* gcc.dg/cpp/tr-direct.c: Update.
From-SVN: r38215
This commit is contained in:
parent
70030c013c
commit
31a408bc7e
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
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" } */
|
||||
|
|
Loading…
Add table
Reference in a new issue