From: Rainer Orth Date: Mon, 14 Oct 2013 13:06:27 +0000 (+0000) Subject: Fix gcc.dg/torture/pr58670.c for Solaris 9/x86 assembler X-Git-Tag: releases/gcc-4.9.0~3513 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a015f2bbd6ac66c55aceb510c7a8c522f8f6948;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 46218e3163c8..c5455e884a9a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-10-14 Rainer Orth + + * gcc.dg/torture/pr58670.c (ASM_STR) [__i386__ || __x86_64__]: Use + btsl. + 2013-10-14 Eric Botcazou * gnat.dg/specs/opt1.ads: New test. diff --git a/gcc/testsuite/gcc.dg/torture/pr58670.c b/gcc/testsuite/gcc.dg/torture/pr58670.c index e4536cc330f8..ba9fce71f9e1 100644 --- a/gcc/testsuite/gcc.dg/torture/pr58670.c +++ b/gcc/testsuite/gcc.dg/torture/pr58670.c @@ -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