1 /* PR middle-end/19084, rtl-optimization/19348 */
2 /* { dg-do compile } */
3 /* The following ensures that this test is compiled with -O2, unless
4 on i?86 or x86_64 with -m32 option. */
5 /* { dg-options "-O2" } */
6 /* { dg-options "-O2 -march=i686" { target i?86-*-* x86_64-*-* } } */
7 /* { dg-options "-O2" { target lp64 } } */
10 foo (unsigned long long x
)
16 u
= (unsigned int) (x
>> 32);
21 bar (unsigned short x
)
23 return (unsigned long long) x
<< 32;