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
Use gather loads for strided accesses
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
arc
/
interrupt-2.c
blob
285ebd57a220ca34e5c0aba201276f1cb40142aa
1
/* { dg-skip-if "ilink2 is not an ARCv2 register" { archs || arcem } } */
2
void
__attribute__
((
interrupt
(
"ilink2"
)))
3
handler1
(
void
)
4
{
5
}
6
/* { dg-final { scan-assembler-times "j.*\[ilink2\]" 1 } } */