This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[obvious][SH] Fix gcc.target/sh/20080410-1.c testcase


I've just committed this obvious fix for the SH-specific 20080410-1.c testcase.

The testcase still used the obsolete -fira option, and always failed with an unknown option error.

I've simply removed the option - it's been implicitly enabled for a while now, I think.

Andrew
2009-09-14  Andrew Stubbs  <ams@codesourcery.com>

	* gcc.target/sh/20080410-1.c: Remove obsolete -fira option.

---
 .../gcc/testsuite/gcc.target/sh/20080410-1.c       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

--- a/gcc/testsuite/gcc.target/sh/20080410-1.c
+++ b/gcc/testsuite/gcc.target/sh/20080410-1.c
@@ -1,5 +1,5 @@
 /* { dg-do compile { target "sh-*-*" } } */
-/* { dg-options "-O0 -m4 -ml -fira" } */
+/* { dg-options "-O0 -m4 -ml" } */
 /* { dg-final { scan-assembler-not "add\tr0,r0" } } */
 
 /* This test checks that chain reloads conflict.  I they don't

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]