OSDN Git Service

2005-12-08 Andreas Krebbel <krebbel1@de.ibm.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20051207-1.c
1 /* PR target/25268 */
2
3 long long
4 foo (long long x, int y)
5 {
6   return x << ((y + 1) & 63);
7 }