1 2 3 4 5 6 7
/* PR target/25268 */ long long foo (long long x, int y) { return x << ((y + 1) & 63); }