OSDN Git Service

gcc/testsuite/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Nov 2008 22:23:04 +0000 (22:23 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Nov 2008 22:23:04 +0000 (22:23 +0000)
* gcc.target/mips/no-smartmips-ror-1.c: Use -march=mips32 instead
of -march=mips32r2.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141953 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/no-smartmips-ror-1.c

index 3a16b7e..2b90e3d 100644 (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
index 6af2efd..6433397 100644 (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)
 {