Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr98629.c
blob: 3c7f08cb8fce4e903888842498b13c60ca93445a [
file
] [
log
] [
blame
]
/* PR tree-optimization/98629 */
unsigned
int
a
;
int
b
,
c
;
void
foo
(
void
)
{
unsigned
int
*
e
=
&
a
;
(
a
/=
a
|=
b
)
-
(
0
<=
(*
e
+=
*
e
))
*
(
c
*=
*
e
);
}