public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-8262] testsuite: Fix up g++.target/i386/vec-tmpl1.C testcase [PR65211]
Date: Tue, 26 Apr 2022 07:54:53 +0000 (GMT)	[thread overview]
Message-ID: <20220426075453.2049D3858C52@sourceware.org> (raw)

https://gcc.gnu.org/g:1b45ae16fffc856b5d84aeea12040dd82452cd07

commit r12-8262-g1b45ae16fffc856b5d84aeea12040dd82452cd07
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Tue Apr 26 09:52:22 2022 +0200

    testsuite: Fix up g++.target/i386/vec-tmpl1.C testcase [PR65211]
    
    This test fails on i686-linux:
    Excess errors:
    .../gcc/testsuite/g++.target/i386/vec-tmpl1.C:13:27: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi]
    
    2022-04-26  Jakub Jelinek  <jakub@redhat.com>
    
            PR c++/65211
            * g++.target/i386/vec-tmpl1.C: Add -Wno-psabi as
            dg-additional-options.

Diff:
---
 gcc/testsuite/g++.target/i386/vec-tmpl1.C | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/g++.target/i386/vec-tmpl1.C b/gcc/testsuite/g++.target/i386/vec-tmpl1.C
index d512072a2a2..e0865e3515b 100644
--- a/gcc/testsuite/g++.target/i386/vec-tmpl1.C
+++ b/gcc/testsuite/g++.target/i386/vec-tmpl1.C
@@ -1,4 +1,5 @@
 // PR c++/65211
+// { dg-additional-options "-Wno-psabi" }
 // { dg-final { scan-assembler-not "movdqa" } }
 
 typedef unsigned v4ui __attribute__ ((vector_size(16), aligned (16)));


                 reply	other threads:[~2022-04-26  7:54 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=20220426075453.2049D3858C52@sourceware.org \
    --to=jakub@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).