This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[testsuite, i386] Don't xfail gcc.target/i386/addr-sel-1.c (PR target/86744)


gcc.target/i386/addr-sel-1.c had started to XPASS around 20180730.  As
suggested by Uros in the PR, I've just removed the xfail.  Tested on
i386-pc-solaris2.11 and x86_64-pc-linux-gnu (both 32 and 64-bit),
installed on mainline.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


2018-09-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	PR target/86744
	* gcc.target/i386/addr-sel-1.c: Don't xfail "b\\+1" scan.

# HG changeset patch
# Parent  c8d5d2ef046fbb4630756bcb087cb4ef83625e91
Don't xfail gcc.target/i386/addr-sel-1.c (PR target/86744)

diff --git a/gcc/testsuite/gcc.target/i386/addr-sel-1.c b/gcc/testsuite/gcc.target/i386/addr-sel-1.c
--- a/gcc/testsuite/gcc.target/i386/addr-sel-1.c
+++ b/gcc/testsuite/gcc.target/i386/addr-sel-1.c
@@ -14,4 +14,4 @@ int f(int i)
 }
 
 /* { dg-final { scan-assembler "a\\+1" } } */
-/* { dg-final { scan-assembler "b\\+1" { xfail *-*-* } } } */
+/* { dg-final { scan-assembler "b\\+1" } } */

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]