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
Small ChangeLog tweak.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
pr78856.c
blob
80f2317a15bccdd4806dbc22925e4e9c3731a323
1
extern
void
exit
(
int
);
2
3
int
a
,
b
,
c
,
d
,
e
,
f
[
3
];
4
5
int
main
()
6
{
7
while
(
d
)
8
while
(
1
)
9
;
10
int
g
=
0
,
h
,
i
=
0
;
11
for
(;
g
<
21
;
g
+=
9
)
12
{
13
int
j
=
1
;
14
for
(
h
=
0
;
h
<
3
;
h
++)
15
f
[
h
] =
1
;
16
for
(;
j
<
10
;
j
++) {
17
d
=
i
&& (
b
?
0
:
c
);
18
i
=
1
;
19
if
(
g
)
20
a
=
e
;
21
}
22
}
23
exit
(
0
);
24
}
25