Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
pr57875.c
blob: c3ae51b441f30d57e7f26afb359d2523013fbd5e [
file
] [
log
] [
blame
]
/* PR rtl-optimization/57875 */
extern
void
abort
(
void
);
int
a
[
1
],
b
,
c
,
d
,
f
,
i
;
char
e
[
1
];
int
main
()
{
for
(;
i
<
1
;
i
++)
if
(!
d
)
{
if
(!
c
)
f
=
2
;
e
[
0
]
&=
f
^=
0
;
}
b
=
a
[
e
[
0
]
>>
1
&
1
];
if
(
b
!=
0
)
abort
();
return
0
;
}