* gcc.dg/torture/pr58670.c (ASM_STR) [__i386__ || __x86_64__]: Use
btsl.
From-SVN: r203537
+2013-10-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * gcc.dg/torture/pr58670.c (ASM_STR) [__i386__ || __x86_64__]: Use
+ btsl.
+
2013-10-14 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/specs/opt1.ads: New test.
/* { dg-do run { target i?86-*-* x86_64-*-* } } */
#if defined (__i386__) || defined (__x86_64__)
-#define ASM_STR "bts $1, %0; jc %l[lab]"
+#define ASM_STR "btsl $1, %0; jc %l[lab]"
#endif
__attribute__((noinline, noclone)) int