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 r13-1112] testsuite: AIX operator new
Date: Wed, 15 Jun 2022 17:48:48 +0000 (GMT)	[thread overview]
Message-ID: <20220615174848.C2DEC3858D32@sourceware.org> (raw)

https://gcc.gnu.org/g:49d14a841fd9a798fe6d68ae49c6fbb753d21032

commit r13-1112-g49d14a841fd9a798fe6d68ae49c6fbb753d21032
Author: David Edelsohn <dje.gcc@gmail.com>
Date:   Tue Jun 14 13:07:24 2022 -0400

    testsuite: AIX operator new
    
    The testcase relies on C++ "operator new", which requires AIX
    runtime linking to override the symbol at runtime.
    
            * g++.dg/cpp1z/aligned-new9.C: Skip on AIX.

Diff:
---
 gcc/testsuite/g++.dg/cpp1z/aligned-new9.C | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/g++.dg/cpp1z/aligned-new9.C b/gcc/testsuite/g++.dg/cpp1z/aligned-new9.C
index 3fa0ed996bd..dc5cff6ea0c 100644
--- a/gcc/testsuite/g++.dg/cpp1z/aligned-new9.C
+++ b/gcc/testsuite/g++.dg/cpp1z/aligned-new9.C
@@ -1,6 +1,7 @@
 // PR c++/102071
 // { dg-do run { target c++17 } }
 // { dg-additional-options -faligned-new=2 }
+// { dg-xfail-run-if "AIX operator new" { powerpc-ibm-aix* } }
 
 #include <new>


                 reply	other threads:[~2022-06-15 17:48 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=20220615174848.C2DEC3858D32@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).