no-smartmips-ror-1.c: Use -march=mips32 instead of -march=mips32r2.

gcc/testsuite/
	* gcc.target/mips/no-smartmips-ror-1.c: Use -march=mips32 instead
	of -march=mips32r2.

From-SVN: r141953
This commit is contained in:
Richard Sandiford 2008-11-17 22:23:04 +00:00 committed by Richard Sandiford
parent 77292df684
commit 2cf1a19e75
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-11-17 Richard Sandiford <rdsandiford@googlemail.com>
* gcc.target/mips/no-smartmips-ror-1.c: Use -march=mips32 instead
of -march=mips32r2.
2008-11-17 Jack Howarth <howarth@bromo.med.uc.edu>
* gfortran.dg/default_format_denormal_1.f90: Don't XFAIL darwin10

View File

@ -1,5 +1,5 @@
/* { dg-do compile } */
/* { dg-mips-options "-O -mno-smartmips -march=mips32r2" } */
/* { dg-mips-options "-O -mno-smartmips -march=mips32" } */
NOMIPS16 int rotate_left (unsigned a, unsigned s)
{