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]

[PATCH] i386: XFAIL the scan-assembler in pr49095.c (PR61225)


As discussed in PR61225, we won't be able to fix the minor regression here
for GCC 5, so let's XFAIL this test for ia32.

Tested on x86_64-linux -m32 and -m64.  Okay for mainline?


Segher


2015-02-03  Segher Boessenkool  <segher@kernel.crashing.org>

gcc/testsuite/
	PR middle-end/61225
	gcc.target/i386/pr49095.c: XFAIL for ia32.

---
 gcc/testsuite/gcc.target/i386/pr49095.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/i386/pr49095.c b/gcc/testsuite/gcc.target/i386/pr49095.c
index b7d1fb2..cc79da2 100644
--- a/gcc/testsuite/gcc.target/i386/pr49095.c
+++ b/gcc/testsuite/gcc.target/i386/pr49095.c
@@ -70,4 +70,5 @@ G (short)
 G (int)
 G (long)
 
-/* { dg-final { scan-assembler-not "test\[lq\]" } } */
+/* See PR61225 for the XFAIL.  */
+/* { dg-final { scan-assembler-not "test\[lq\]" { xfail { ia32 } } } } */
-- 
1.8.1.4


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