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
Avoid expicit builtion list in tree-ssa-dce
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
20100724-1_1.c
blob
dc101e60c57adea10782310e09a04345cc2eefd9
1
extern
__attribute__
((
__noreturn__
))
void
baz
(
void
);
2
void
bar
(
void
)
3
{
4
baz
();
5
}