public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Roger Sayle <sayle@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-7428] Restrict new testcase gcc.target/i386/pr80270.c to x86_64.
Date: Tue,  1 Mar 2022 10:41:24 +0000 (GMT)	[thread overview]
Message-ID: <20220301104124.50E093858412@sourceware.org> (raw)

https://gcc.gnu.org/g:9ef2bfdd451a70f16b0348271aaca656b6ab1570

commit r12-7428-g9ef2bfdd451a70f16b0348271aaca656b6ab1570
Author: Roger Sayle <roger@nextmovesoftware.com>
Date:   Tue Mar 1 10:39:58 2022 +0000

    Restrict new testcase gcc.target/i386/pr80270.c to x86_64.
    
    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.

Diff:
---
 gcc/testsuite/gcc.target/i386/pr80270.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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:41 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=20220301104124.50E093858412@sourceware.org \
    --to=sayle@gcc.gnu.org \
    --cc=gcc-cvs@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).