Use dg-mips-options instead of dg-options.
authorRichard Sandiford <rsandifo@gcc.gnu.org>
Sun, 8 May 2005 12:06:55 +0000 (12:06 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sun, 8 May 2005 12:06:55 +0000 (12:06 +0000)
From-SVN: r99391

gcc/testsuite/gcc.target/mips/fpcmp-1.c
gcc/testsuite/gcc.target/mips/fpcmp-2.c

index b5d087671fdd75c82bf32e9b6c377d7593a28664..144a6d1c186d2ea469d4fd957240f25aeeb31b4e 100644 (file)
@@ -1,5 +1,5 @@
 /* We used to use c.lt.fmt instead of c.ule.fmt here.  */
-/* { dg-options "-mhard-float -O2" } */
+/* { dg-mips-options "-mhard-float -O2" } */
 int f1 (float x, float y) { return __builtin_isless (x, y); }
 int f2 (double x, double y) { return __builtin_isless (x, y); }
 /* { dg-final { scan-assembler "c\\.ule\\.s" } } */
index 94027a8a0911a7f0eb2c8abec4c0d3d222363f20..4a9bbaad7c259617e5d6e0a872c8076ebb881a91 100644 (file)
@@ -1,5 +1,5 @@
 /* We used to use c.le.fmt instead of c.ult.fmt here.  */
-/* { dg-options "-mhard-float -O2" } */
+/* { dg-mips-options "-mhard-float -O2" } */
 int f1 (float x, float y) { return __builtin_islessequal (x, y); }
 int f2 (double x, double y) { return __builtin_islessequal (x, y); }
 /* { dg-final { scan-assembler "c\\.ult\\.s" } } */