scc-1.c: Require mips16_attribute, and add the associated options.
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
This commit is contained in:
parent
2a15770024
commit
5a70ef5182
3 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 } } */
|
||||
|
|
|
@ -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 } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue