diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/mips/atomic-memory-2.c')
-rw-r--r-- | gcc/testsuite/gcc.target/mips/atomic-memory-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/mips/atomic-memory-2.c b/gcc/testsuite/gcc.target/mips/atomic-memory-2.c index 34214e4..bc597ab 100644 --- a/gcc/testsuite/gcc.target/mips/atomic-memory-2.c +++ b/gcc/testsuite/gcc.target/mips/atomic-memory-2.c @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-mips-options "-O2 -mips32 -mabi=32" } */ +/* { dg-options "-O2 isa>=2 -mabi=32" } */ /* { dg-final { scan-assembler "addiu" } } */ /* { dg-final { scan-assembler-not "subu" } } */ |