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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr81639.c
blob
da2211532ebe0fd8f9d7ceccaff41b7007289f09
1
/* PR target/81639 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2" } */
4
5
void
b
(
void
);
6
7
void
8
__attribute__
((
naked
))
9
a
(
void
)
10
{
11
b
();
12
}