20051207-1.c   [plain text]


/* PR target/25268 */

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