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 r13-3409] testsuite: Add some missing -Wno-psabi options
Date: Thu, 20 Oct 2022 11:59:21 +0000 (GMT)	[thread overview]
Message-ID: <20221020115921.08261385616B@sourceware.org> (raw)

https://gcc.gnu.org/g:c75ee0bffabfd6056e29e7a421ae8e9615639a8f

commit r13-3409-gc75ee0bffabfd6056e29e7a421ae8e9615639a8f
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Thu Oct 20 13:58:13 2022 +0200

    testsuite: Add some missing -Wno-psabi options
    
    The following testcases FAIL on i686-linux due to excess diagnostics
    for -Wpsabi.
    
    2022-10-20  Jakub Jelinek  <jakub@redhat.com>
    
            * gcc.target/i386/pr107271.c: Add -Wno-psabi to dg-options.
            * gcc.dg/debug/btf/btf-function-3.c: Likewise.

Diff:
---
 gcc/testsuite/gcc.dg/debug/btf/btf-function-3.c | 2 +-
 gcc/testsuite/gcc.target/i386/pr107271.c        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/debug/btf/btf-function-3.c b/gcc/testsuite/gcc.dg/debug/btf/btf-function-3.c
index c83b823d22f..884d25cfbda 100644
--- a/gcc/testsuite/gcc.dg/debug/btf/btf-function-3.c
+++ b/gcc/testsuite/gcc.dg/debug/btf/btf-function-3.c
@@ -7,7 +7,7 @@
    has type_id=0.  */
 
 /* { dg-do compile } */
-/* { dg-options "-O0 -gbtf -dA" } */
+/* { dg-options "-O0 -gbtf -dA -Wno-psabi" } */
 
 /* { dg-final { scan-assembler-times "\[\t \]0xd000003\[\t \]+\[^\n\]*btt_info" 1 } } */
 /* { dg-final { scan-assembler-times "farg_name" 3 } } */
diff --git a/gcc/testsuite/gcc.target/i386/pr107271.c b/gcc/testsuite/gcc.target/i386/pr107271.c
index fe89c9a5bef..3e111522183 100644
--- a/gcc/testsuite/gcc.target/i386/pr107271.c
+++ b/gcc/testsuite/gcc.target/i386/pr107271.c
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O0" } */
+/* { dg-options "-O0 -Wno-psabi" } */
 
 typedef int __attribute__((__vector_size__ (16))) V;

                 reply	other threads:[~2022-10-20 11:59 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=20221020115921.08261385616B@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).