scc-1.c: Require mips16_attribute, and add the associated options.
authorRichard Sandiford <rdsandiford@googlemail.com>
Sun, 11 May 2008 12:03:07 +0000 (12:03 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sun, 11 May 2008 12:03:07 +0000 (12:03 +0000)
gcc/testsuite/
* gcc.target/mips/scc-1.c: Require mips16_attribute, and add
the associated options.
* gcc.target/mips/scc-3.c: Likewise.

From-SVN: r135172

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/scc-1.c
gcc/testsuite/gcc.target/mips/scc-3.c

index e832305f17f3a1ef0a9667704b062c7e9da78200..97b447fda2eabfb188eb1136e5d0098e5595b763 100644 (file)
@@ -1,3 +1,9 @@
+2008-05-11  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * gcc.target/mips/scc-1.c: Require mips16_attribute, and add
+       the associated options.
+       * gcc.target/mips/scc-3.c: Likewise.
+
 2008-05-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
        * gfortran.dg/default_format_1.f90: Move denormals tests to
index 443b0bf7d170897119a8c38a067e4d93fcd68e90..4bd4a4c2fb20e46fc43a50d23dd41e1f94e25024 100644 (file)
@@ -1,5 +1,6 @@
-/* { dg-do compile } */
+/* { dg-do compile { target mips16_attribute } } */
 /* { dg-mips-options "-O -mips32" } */
+/* { dg-add-options mips16_attribute } */
 
 /* { dg-final { scan-assembler-times {slt      \$2,\$5,\$4} 1 } } */
 /* { dg-final { scan-assembler-times {sltu     \$2,\$5,\$4} 1 } } */
index e496d401dd45330f51fd1fcd02999b14e31f1ef5..eb9d575f061728901aa26a5ac6b6d816f487a5f2 100644 (file)
@@ -1,5 +1,6 @@
-/* { dg-do compile } */
+/* { dg-do compile { target mips16_attribute } } */
 /* { dg-mips-options "-O -mabi=o64" } */
+/* { dg-add-options mips16_attribute } */
 
 /* { dg-final { scan-assembler-not "and\t\|andi\t\|ext\t\|sll\t\|srl\t" } } */
 /* { dg-final { scan-assembler-times "slt\t\|sltu\t" 8 } } */