Commit 5a70ef51 by Richard Sandiford Committed by Richard Sandiford

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
parent 2a157700
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 } } */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment