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
2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
lto
/
20100430-1_0.c
blob
d2e79c6291451f801488bfb62b7df363add1df96
1
/* { dg-lto-do link } */
2
/* { dg-lto-options {{-O2 -fprofile-arcs -flto -r -nostdlib}} } */
3
4
void
5
expand_stmt_with_iterators_1
(
void
)
6
{
7
extern
void
expand_expr_stmt
(
void
);
8
expand_expr_stmt
();
9
}
10
void
11
iterator_expand
(
void
)
12
{
13
expand_stmt_with_iterators_1
();
14
}