public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: David Edelsohn <dje@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-1406] testsuite: fix AIX testsuite failures
Date: Sat, 12 Jun 2021 18:31:36 +0000 (GMT)	[thread overview]
Message-ID: <20210612183136.086813857C52@sourceware.org> (raw)

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

commit r12-1406-gd64584d2fbe79b34e7176681a9d9f85851628ce8
Author: David Edelsohn <dje.gcc@gmail.com>
Date:   Thu Jun 10 20:12:08 2021 -0400

    testsuite: fix AIX testsuite failures
    
            * g++.dg/ext/builtin-shufflevector-2.C: Ignore psabi warning.
            * gcc.dg/uninit-pr93100.c: Skip on AIX.
            * gcc.target/powerpc/pr100085.c: Require int128 and float128.

Diff:
---
 gcc/testsuite/g++.dg/ext/builtin-shufflevector-2.C | 1 +
 gcc/testsuite/gcc.dg/uninit-pr93100.c              | 3 ++-
 gcc/testsuite/gcc.target/powerpc/pr100085.c        | 2 ++
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/g++.dg/ext/builtin-shufflevector-2.C b/gcc/testsuite/g++.dg/ext/builtin-shufflevector-2.C
index c8d096c5295..fdf223ed3af 100644
--- a/gcc/testsuite/g++.dg/ext/builtin-shufflevector-2.C
+++ b/gcc/testsuite/g++.dg/ext/builtin-shufflevector-2.C
@@ -1,4 +1,5 @@
 // { dg-do compile }
+// { dg-additional-options "-Wno-psabi" }
 
 typedef double v2df __attribute__((vector_size(2 * sizeof (double))));
 
diff --git a/gcc/testsuite/gcc.dg/uninit-pr93100.c b/gcc/testsuite/gcc.dg/uninit-pr93100.c
index 61b7e434038..531a5c3aa50 100644
--- a/gcc/testsuite/gcc.dg/uninit-pr93100.c
+++ b/gcc/testsuite/gcc.dg/uninit-pr93100.c
@@ -1,6 +1,7 @@
 /* PR tree-optimization/93100 - gcc -fsanitize=address inhibits -Wuninitialized
    { dg-do compile }
-   { dg-options "-Wall -fsanitize=address" } */
+   { dg-options "-Wall -fsanitize=address" }
+   { dg-skip-if "sanitize address" { "powerpc-ibm-aix*" } } */
 
 struct A
 {
diff --git a/gcc/testsuite/gcc.target/powerpc/pr100085.c b/gcc/testsuite/gcc.target/powerpc/pr100085.c
index 7d8b147b127..bfb348a8587 100644
--- a/gcc/testsuite/gcc.target/powerpc/pr100085.c
+++ b/gcc/testsuite/gcc.target/powerpc/pr100085.c
@@ -1,4 +1,6 @@
 /* { dg-do compile } */
+/* { dg-require-effective-target int128 } */
+/* { dg-require-effective-target float128 } */
 /* { dg-options "-O2 -mdejagnu-cpu=power8" } */
 
 typedef __vector unsigned __int128 vui128_t;


                 reply	other threads:[~2021-06-12 18:31 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=20210612183136.086813857C52@sourceware.org \
    --to=dje@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).