aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2008-11-17 22:23:04 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2008-11-17 22:23:04 +0000
commit2cf1a19e75ed35e286ac466c2ab69ffee3b26f63 (patch)
tree794b04edf0ddc64737e172c7029da8f3a61a11eb /gcc
parent77292df68467cc37069df33920cdedda40ffe741 (diff)
downloadgcc-2cf1a19e75ed35e286ac466c2ab69ffee3b26f63.zip
gcc-2cf1a19e75ed35e286ac466c2ab69ffee3b26f63.tar.gz
gcc-2cf1a19e75ed35e286ac466c2ab69ffee3b26f63.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.target/mips/no-smartmips-ror-1.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 3a16b7e..2b90e3d 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
diff --git a/gcc/testsuite/gcc.target/mips/no-smartmips-ror-1.c b/gcc/testsuite/gcc.target/mips/no-smartmips-ror-1.c
index 6af2efd..6433397 100644
--- a/gcc/testsuite/gcc.target/mips/no-smartmips-ror-1.c
+++ b/gcc/testsuite/gcc.target/mips/no-smartmips-ror-1.c
@@ -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)
{