* gcc.dg/cpp/assembler.S: Don't use -ansi.

From-SVN: r58052
This commit is contained in:
Neil Booth 2002-10-11 12:40:36 +00:00 committed by Neil Booth
parent 750afc12b3
commit 98ddd678f0
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-10-11 Neil Booth <neil@daikokuya.co.uk>
* gcc.dg/cpp/assembler.S: Don't use -ansi.
Fri Oct 11 10:56:49 2002 Richard Shann <richard.shann@superh.com>
* gcc.c-torture/compile/simd-5.c: New test.

View File

@ -3,6 +3,7 @@
in the output, and should not be warned about. */
/* { dg-do preprocess } */
/* { dg-options "" } */
#define foo() mov r0, #5 /* { dg-bogus "not followed" "spurious warning" } */