Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr53058.c
blob: 90063c5084265b2dfaa82e41e3fcaea78542af0c [
file
] [
log
] [
blame
]
/* PR tree-optimization/53058 */
int
a
,
b
,
c
;
void
foo
()
{
c
=
b
>>
16
;
if
(
c
>
32767
)
c
=
0
;
a
=
b
;
}