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
c++: Fix ICE with #embed/RAW_DATA_CST after list conversion [PR118671]
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
ipa
/
pr88985.c
blob
8253a893cf6d518e51a66bf5fbd4a1383befc001
1
void
f
(
void
)
2
{
3
}
4
__attribute__
((
__optimize__
(
"O2"
)))
5
void
g
(
void
f
())
6
{
7
f
();
8
}
9
__attribute__
((
__optimize__
(
"O2"
)))
10
void
h
(
void
)
11
{
12
g
(
f
);
13
}