Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr71994.c
blob: 8f5e92ceeee8419800d7b62275ac6199b2975e37 [
file
] [
log
] [
blame
]
/* PR tree-optimization/71994 */
/* { dg-do compile } */
int
om
,
h6
;
void
eo
(
void
)
{
const
int
tl
=
1
;
int
ln
;
h6
=
(
om
+
tl
)
>
0
;
ln
=
om
&&
(
om
&
h6
);
h6
=
om
;
om
=
ln
<
h6
;
}