public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Martin Liška" <mliska@suse.cz>
To: gcc-patches@gcc.gnu.org
Subject: [PATCH] XFAIL pr57193.c test-case.
Date: Mon, 30 Mar 2020 14:10:06 +0200	[thread overview]
Message-ID: <4efe3c95-cb7a-118d-5045-05dcd577cbcf@suse.cz> (raw)

[-- Attachment #1: Type: text/plain, Size: 395 bytes --]

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  <mliska@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(-)



[-- Attachment #2: 0001-XFAIL-pr57193.c-test-case.patch --]
[-- Type: text/x-patch, Size: 522 bytes --]

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	other threads:[~2020-03-30 12:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-30 12:10 Martin Liška [this message]
2020-03-30 15:31 ` Jeff Law

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4efe3c95-cb7a-118d-5045-05dcd577cbcf@suse.cz \
    --to=mliska@suse.cz \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).