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
PR c++/67273
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
arm
/
empty_fiq_handler.c
blob
8313f2199122be153a737946e817a5e3bee60372
1
/* { dg-do compile } */
2
/* { dg-skip-if "" { ! arm_cortex_m } { "-mthumb" } } */
3
4
/* Below code used to trigger an ICE due to missing constraints for
5
sp = fp + cst pattern. */
6
7
void
fiq_handler
(
void
)
__attribute__
((
interrupt
(
"FIQ"
)));
8
9
void
10
fiq_handler
(
void
)
11
{
12
}