aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/20051207-1.c
blob: 9baa63b94b30a4a58e22fcea274ce91a7a63e0f3 (plain)
1
2
3
4
5
6
7
/* PR target/25268 */

long long
foo (long long x, int y)
{
  return x << ((y + 1) & 63);
}