* gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.

From-SVN: r58951
This commit is contained in:
Neil Booth 2002-11-09 12:33:53 +00:00 committed by Neil Booth
parent 5c74d5b03c
commit 8c47cfd82a
3 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-11-09 Neil Booth <neil@daikokuya.co.uk>
* gcc.dg/cpp/trad/assembler.S, gcc.dg/cpp/trad/directive.c: Update.
2002-11-09 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
PR c++/8389

View File

@ -4,6 +4,10 @@
/* { dg-do preprocess } */
#ifndef FOO
#1 /* Once caused a bogus unterminated #ifndef. */
#endif
#define foo() mov r0, #5 /* { dg-bogus "not followed" "spurious warning" } */
entry:

View File

@ -2,6 +2,9 @@
/* { dg-do preprocess } */
#define HASH #
HASH
/* There is a #error directive. */
#error bad /* { dg-error "bad" } */