diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/mips/mult-9.c')
-rw-r--r-- | gcc/testsuite/gcc.target/mips/mult-9.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/mips/mult-9.c b/gcc/testsuite/gcc.target/mips/mult-9.c index aa2ededa67a..59d450ab2c0 100644 --- a/gcc/testsuite/gcc.target/mips/mult-9.c +++ b/gcc/testsuite/gcc.target/mips/mult-9.c @@ -1,4 +1,6 @@ -/* { dg-options "-O2 -mgp64 (-mips16)" } */ +/* This test requires widening_mul */ +/* { dg-options "-mgp64 (-mips16) -fexpensive-optimizations" } */ +/* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */ /* { dg-final { scan-assembler "\tmultu\t" } } */ /* { dg-final { scan-assembler "\tmflo\t" } } */ /* { dg-final { scan-assembler "\tmfhi\t" } } */ |