Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20051207-1.c
blob: 9baa63b94b30a4a58e22fcea274ce91a7a63e0f3 [
file
] [
log
] [
blame
]
/* PR target/25268 */
long
long
foo
(
long
long
x
,
int
y
)
{
return
x
<<
((
y
+
1
)
&
63
);
}