Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.target
/
mips
/
interrupt_handler-bug-1.c
blob: d8412f178761e58446f6eb4ab43bc2a3093a94f9 [
file
]
/* { dg-options "-funroll-loops isa_rev>=2" } */
int
foo
;
int
bar
;
NOMIPS16
void
__attribute__
((
interrupt
))
isr
(
void
)
{
if
(!
foo
)
while
(
bar
&
0xFF30
);
}
/* { dg-final { scan-assembler-not "^isr:.*\\\$8.*isr" } } */