public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Roger Sayle" <roger@nextmovesoftware.com>
To: <gcc-patches@gcc.gnu.org>
Subject: [Committed] Restrict new testcase gcc.target/i386/pr80270.c to x86_64.
Date: Tue, 1 Mar 2022 10:45:08 -0000	[thread overview]
Message-ID: <001601d82d59$6c3c73b0$44b55b10$@nextmovesoftware.com> (raw)

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


Committed as obvious (in hindsight).

2022-03-01  Roger Sayle  <roger@nextmovesoftware.com>

gcc/testsuite/ChangeLog
	* gcc.target/i386/pr80270.c: Don't compile new test case on ia32.

Sorry for the noise.
Roger
--


[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 451 bytes --]

diff --git a/gcc/testsuite/gcc.target/i386/pr80270.c b/gcc/testsuite/gcc.target/i386/pr80270.c
index 89e9c33d090..85dcf103f6a 100644
--- a/gcc/testsuite/gcc.target/i386/pr80270.c
+++ b/gcc/testsuite/gcc.target/i386/pr80270.c
@@ -1,5 +1,5 @@
-/* { dg-do compile } */
-/* { dg-options "-O2 -msse" } */
+/* { dg-do compile { target { ! ia32 } } } */
+/* { dg-options "-O2" } */
 
 typedef int v8 __attribute__((vector_size(8)));
 struct S1 {

                 reply	other threads:[~2022-03-01 10:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='001601d82d59$6c3c73b0$44b55b10$@nextmovesoftware.com' \
    --to=roger@nextmovesoftware.com \
    --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).