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 tree-optimization/84740
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
pr47188_0.c
blob
ac9e03167fe865c0f52a7e53227fd6a9e841abe5
1
/* { dg-lto-do assemble } */
2
/* { dg-require-linker-plugin "" } */
3
/* { dg-extra-ld-options "-fuse-linker-plugin -fwhole-program" } */
4
int
foo
(
void
)
5
{
6
return
0
;
7
}