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
+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
-/* { 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 } } */
-/* { 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 } } */