mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-25 12:41:01 +08:00
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:
parent
77292df684
commit
2cf1a19e75
@ -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
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user