Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr53410-1.c
blob: 48a014e2ae93664520f8887ecab69aa801f051bf [
file
] [
log
] [
blame
]
/* PR tree-optimization/53410 */
int
*
a
,
b
,
c
,
d
;
void
foo
(
void
)
{
for
(;
d
<=
0
;
d
++)
b
&=
((
a
||
d
)
^
c
)
==
1
;
}