1 /* { dg-do run { target { { i?86-*-* x86_64-*-* } && lp64 } } } */
2 /* { dg-options "-g" } */
6 __attribute__((noinline
, noclone
)) long
9 long f
= __builtin_ctzl (x
);
11 asm volatile ("" : "+r" (f
));
12 vv
++; /* { dg-final { gdb-test 12 "g" "f" } } */
16 __attribute__((noinline
, noclone
)) long
19 long f
= __builtin_ctzl (x
);
21 asm volatile ("" : "+r" (f
));
22 vv
++; /* { dg-final { gdb-test 22 "g" "f" } } */
30 foo (x
+ 0x1234560UL
);
31 bar (x
+ 0x7fff8000UL
);