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
Merge reload-branch up to revision 101000
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
950329-1.c
blob
7c047f5a59c9d4c408fb795b670c04cd02394f9a
1
f
()
2
{
3
int
i
;
4
for
(
i
=
1
;;
i
=
0
)
5
{
6
if
(
h
())
7
{
8
if
(
i
)
9
g
();
10
g
(
h
());
11
g
(
h
());
12
}
13
else
14
{
15
g
();
16
break
;
17
}
18
}
19
}