Handle Octeon 3 not supporting MIPS paired-single instructions.
[official-gcc.git] / gcc / testsuite / gcc.target / mips / interrupt_handler-bug-1.c
blob2784705b17696fe3bc4c4619954b304cf5724e92
1 /* { dg-options "-funroll-loops" } */
2 int foo;
3 int bar;
5 void __attribute__ ((interrupt))
6 isr (void)
8 if (!foo)
9 while (bar & 0xFF30);
11 /* { dg-final { scan-assembler-not "^isr:.*\\\$8.*isr" } } */