diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/mips/fix-r4000-3.c')
-rw-r--r-- | gcc/testsuite/gcc.target/mips/fix-r4000-3.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/mips/fix-r4000-3.c b/gcc/testsuite/gcc.target/mips/fix-r4000-3.c index bd12509d1bd..195a9d10ced 100644 --- a/gcc/testsuite/gcc.target/mips/fix-r4000-3.c +++ b/gcc/testsuite/gcc.target/mips/fix-r4000-3.c @@ -1,4 +1,5 @@ -/* { dg-options "-mips1 -mfix-r4000 -O2 -dp -EB" } */ +/* { dg-options "-mips1 -mfix-r4000 -dp -EB" } */ +/* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */ typedef unsigned int uint32_t; typedef unsigned long long uint64_t; NOMIPS16 uint32_t foo (uint32_t x, uint32_t y) { return ((uint64_t) x * y) >> 32; } |