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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
graphite
/
id-pr43351.c
blob
0590584c5d3cc8697cb335d27f027cf91510d440
1
int
foo
(
int
i
)
2
{
3
if
(
i
<
0
)
return
0
;
4
for
(;
i
<
10
;
i
++);
5
}