public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-3409] testsuite: Add some missing -Wno-psabi options
@ 2022-10-20 11:59 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2022-10-20 11:59 UTC (permalink / raw)
  To: gcc-cvs

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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-20 11:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-20 11:59 [gcc r13-3409] testsuite: Add some missing -Wno-psabi options Jakub Jelinek

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).