* gcc.dg/cpp/assembler.S: Don't use -ansi.
authorNeil Booth <neil@daikokuya.co.uk>
Fri, 11 Oct 2002 12:40:36 +0000 (12:40 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Fri, 11 Oct 2002 12:40:36 +0000 (12:40 +0000)
From-SVN: r58052

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/assembler.S

index d54efb19c9aa5c5a7aeb49c2587c30eeb6cda16b..d04c554bdb85aa64ac8cbc6b0c443f6c5a80e878 100644 (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.
index 729162a5120d8eea9b7467848722d538cfb1e1f5..7069b7b50ac798da0e8d8c9209e3743029d7a8b8 100644 (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" } */