Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr56984.c
blob: bd00bee88eec260b75173b4f912e82ccbc6d5925 [
file
] [
log
] [
blame
]
/* PR tree-optimization/56984 */
int
foo
(
int
x
)
{
if
((
x
>>
31
)
<
-
1
)
x
++;
return
x
;
}