Commit 5a015f2b by Rainer Orth Committed by Rainer Orth

Fix gcc.dg/torture/pr58670.c for Solaris 9/x86 assembler

	* gcc.dg/torture/pr58670.c (ASM_STR) [__i386__ || __x86_64__]: Use
	btsl.

From-SVN: r203537
parent d48cd424
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment