]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix gcc.dg/torture/pr58670.c for Solaris 9/x86 assembler
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Mon, 14 Oct 2013 13:06:27 +0000 (13:06 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Mon, 14 Oct 2013 13:06:27 +0000 (13:06 +0000)
* gcc.dg/torture/pr58670.c (ASM_STR) [__i386__ || __x86_64__]: Use
btsl.

From-SVN: r203537

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr58670.c

index 46218e3163c84e5dc752f1deeca43bfe8b9fbc8a..c5455e884a9a5b863b960e3ff139b4622361cd16 100644 (file)
@@ -1,3 +1,8 @@
+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.
index e4536cc330f874198baf92c27779d7d4006c8f36..ba9fce71f9e1bbae0aa1f6b7dc016f01e72806f0 100644 (file)
@@ -2,7 +2,7 @@
 /* { 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