repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Handle Octeon 3 not supporting MIPS paired-single instructions.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
mips
/
interrupt_handler-bug-1.c
blob
2784705b17696fe3bc4c4619954b304cf5724e92
1
/* { dg-options "-funroll-loops" } */
2
int
foo
;
3
int
bar
;
4
5
void
__attribute__
((
interrupt
))
6
isr
(
void
)
7
{
8
if
(!
foo
)
9
while
(
bar
&
0xFF30
);
10
}
11
/* { dg-final { scan-assembler-not "^isr:.*\\\$8.*isr" } } */