public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-2019] testsuite: Fix up pr106243* tests on i686-linux [PR106243]
@ 2022-08-11  8:29 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2022-08-11  8:29 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:621f5362253f00b910686e8221e6756457f71e81

commit r13-2019-g621f5362253f00b910686e8221e6756457f71e81
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Thu Aug 11 10:29:06 2022 +0200

    testsuite: Fix up pr106243* tests on i686-linux [PR106243]
    
    These 2 tests were FAILing on i686-linux or e.g. with
    --target_board=unix/-m32/-mno-sse on x86_64-linux due to
    -Wpsabi warnings.
    
    2022-08-11  Jakub Jelinek  <jakub@redhat.com>
    
            PR tree-optimization/106243
            * gcc.dg/pr106243.c: Add -Wno-psabi to dg-options.
            * gcc.dg/pr106243-1.c: Likewise.

Diff:
---
 gcc/testsuite/gcc.dg/pr106243-1.c | 2 +-
 gcc/testsuite/gcc.dg/pr106243.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/pr106243-1.c b/gcc/testsuite/gcc.dg/pr106243-1.c
index b1dbe5cbe44..cb3b74cbea7 100644
--- a/gcc/testsuite/gcc.dg/pr106243-1.c
+++ b/gcc/testsuite/gcc.dg/pr106243-1.c
@@ -1,6 +1,6 @@
 /* PR tree-optimization/106243 */
 /* { dg-do run } */
-/* { dg-options "-O2" } */
+/* { dg-options "-O2 -Wno-psabi" } */
 
 #include "pr106243.c"
 
diff --git a/gcc/testsuite/gcc.dg/pr106243.c b/gcc/testsuite/gcc.dg/pr106243.c
index ee2706f2bf9..8a7e0bf6a0c 100644
--- a/gcc/testsuite/gcc.dg/pr106243.c
+++ b/gcc/testsuite/gcc.dg/pr106243.c
@@ -1,6 +1,6 @@
 /* PR tree-optimization/106243 */
 /* { dg-do compile } */
-/* { dg-options "-O2 -fdump-tree-optimized" } */
+/* { dg-options "-O2 -Wno-psabi -fdump-tree-optimized" } */
 
 #define vector __attribute__((vector_size(4*sizeof(int))))


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

only message in thread, other threads:[~2022-08-11  8:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-11  8:29 [gcc r13-2019] testsuite: Fix up pr106243* tests on i686-linux [PR106243] 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).