From: rsandifo Date: Mon, 17 Nov 2008 22:23:04 +0000 (+0000) Subject: gcc/testsuite/ X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=0848b1987f39de325a4c137c549fe9af341bac7f;p=pf3gnuchains%2Fgcc-fork.git gcc/testsuite/ * 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3a16b7efd24..2b90e3dc361 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-11-17 Richard Sandiford + + * gcc.target/mips/no-smartmips-ror-1.c: Use -march=mips32 instead + of -march=mips32r2. + 2008-11-17 Jack Howarth * 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 6af2efd3f6b..6433397f4e3 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) {