Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr61042.c
blob: 43a4319096a9af8e3e8bbfa79e7d3a86d3eca015 [
file
] [
log
] [
blame
]
/* PR tree-optimization/61042 */
int
a
,
b
,
c
[
1
],
d
,
f
;
void
foo
()
{
for
(;
b
;
b
++)
c
[
0
]
=
c
[
f
]
&&
(
d
=
a
);
}