2 /* { dg-do compile } */
3 /* { dg-options "-O2 -mtune=core2" } */
5 extern void foo (void);
7 int test(long x
, long n
)
9 if (x
& ( (long)0x01 << n
))
15 /* { dg-final { scan-assembler "btl\[ \t\]" { target { ! lp64 } } } } */
16 /* { dg-final { scan-assembler "btq\[ \t\]" { target lp64 } } } */