aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/mips
diff options
context:
space:
mode:
authortomtab <tomtab@138bc75d-0d04-0410-961f-82ee72b054a4>2016-11-22 10:38:51 +0000
committertomtab <tomtab@138bc75d-0d04-0410-961f-82ee72b054a4>2016-11-22 10:38:51 +0000
commit7a699647dbe3cb2243236b67e2e36699659cbe11 (patch)
tree61583e9aae1e6f10e6ed1a9f2c2e18a63c241435 /gcc/testsuite/gcc.target/mips
parentb1c7153566e2154bc474a5484d915482ce8d6b48 (diff)
MIPS: Add the isa_rev>=2 option to interrupt_handler-bug-1.c.
gcc/testsuite/ * gcc.target/mips/interrupt_handler-bug-1.c (dg-options): Add isa_rev>=2. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@242692 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.target/mips')
-rw-r--r--gcc/testsuite/gcc.target/mips/interrupt_handler-bug-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/mips/interrupt_handler-bug-1.c b/gcc/testsuite/gcc.target/mips/interrupt_handler-bug-1.c
index 2784705b176..083e1524450 100644
--- a/gcc/testsuite/gcc.target/mips/interrupt_handler-bug-1.c
+++ b/gcc/testsuite/gcc.target/mips/interrupt_handler-bug-1.c
@@ -1,4 +1,4 @@
-/* { dg-options "-funroll-loops" } */
+/* { dg-options "-funroll-loops isa_rev>=2" } */
int foo;
int bar;