diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/mips/fpr-moves-3.c')
-rw-r--r-- | gcc/testsuite/gcc.target/mips/fpr-moves-3.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/mips/fpr-moves-3.c b/gcc/testsuite/gcc.target/mips/fpr-moves-3.c index 34784d01ce2..80db0710c4c 100644 --- a/gcc/testsuite/gcc.target/mips/fpr-moves-3.c +++ b/gcc/testsuite/gcc.target/mips/fpr-moves-3.c @@ -1,4 +1,5 @@ -/* { dg-options "-mabi=32 -mfp64 -O2 -EL" } */ +/* { dg-options "-mabi=32 -mfp64 -EL" } */ +/* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */ NOMIPS16 double foo (double d) |