Hi.

I would like to XFAIL the mentioned test-case. It fails
for quite some time and it has PR created.

Ready to be installed?
Thanks,
Martin

gcc/testsuite/ChangeLog:

2020-03-30  Martin Liska  <mli...@suse.cz>

        PR rtl-optimization/87716
        * gcc.target/i386/pr57193.c: XFAIL a test-case.
---
 gcc/testsuite/gcc.target/i386/pr57193.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


diff --git a/gcc/testsuite/gcc.target/i386/pr57193.c b/gcc/testsuite/gcc.target/i386/pr57193.c
index 5c6d7e495de..25c69a2b024 100644
--- a/gcc/testsuite/gcc.target/i386/pr57193.c
+++ b/gcc/testsuite/gcc.target/i386/pr57193.c
@@ -1,6 +1,7 @@
 /* { dg-do compile } */
 /* { dg-options "-O2 -msse2 -mno-sse3 -mtune=generic" } */
-/* { dg-final { scan-assembler-times "movdqa" 2 } } */
+/* XFAIL the test due to PR87716.  */
+/* { dg-final { scan-assembler-times "movdqa" 2 { xfail *-*-* } } } */
 
 #include <emmintrin.h>
 

Reply via email to