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
* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr29241.c
blob
6db15c1c13b30eaa0d2d9c3317e7a2a46c30dac6
1
static
inline
__attribute__
((
always_inline
))
void
ip_finish_output2
(){}
2
void
ip_fragment
(
void
(*)(
void
));
3
static
inline
__attribute__
((
always_inline
))
void
ip_finish_output
()
4
{
5
ip_fragment
(
ip_finish_output2
);
6
ip_finish_output2
();
7
}
8
void
ip_mc_output
()
9
{
10
ip_finish_output
();
11
}
12
void
ip_output
()
13
{
14
ip_finish_output
();
15
}