Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr45876.c
blob: a71be5fa8950b4a45bb669197f11ec973d17049c [
file
] [
log
] [
blame
]
/* PR middle-end/45876 */
unsigned
foo
(
unsigned
x
)
{
short
i
=
0
;
i
=
((
short
)
(((((
unsigned
)
i
)
>>
1
)
&
16383
)
+
x
))
&
16383
;
return
i
;
}