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
2018-04-30 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tree-ssa
/
wholeprogram-2.c
blob
f5eb64bb36e2c56769694d2e7fb14f3d4cd13a46
1
/* { dg-options "-O2 -fdump-tree-optimized -fwhole-program" } */
2
__attribute__
((
externally_visible
))
3
void
4
externally_visible_function
()
5
{
6
}
7
/* { dg-final { scan-tree-dump "externally_visible_function" "optimized"} } */