1 /* PR middle-end/58670 */
2 /* { dg-do run { target i?86-*-* x86_64-*-* } } */
4 #if defined (__i386__) || defined (__x86_64__)
5 #define ASM_STR "btsl $1, %0; jc %l[lab]"
8 __attribute__((noinline
, noclone
)) int
14 asm volatile goto (ASM_STR
: : "m" (b
) : "memory" : lab
);
27 asm volatile goto (ASM_STR
: : "m" (b
) : "memory" : lab
);