public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-1112] testsuite: AIX operator new
@ 2022-06-15 17:48 David Edelsohn
  0 siblings, 0 replies; only message in thread
From: David Edelsohn @ 2022-06-15 17:48 UTC (permalink / raw)
  To: gcc-cvs

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>


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

only message in thread, other threads:[~2022-06-15 17:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-15 17:48 [gcc r13-1112] testsuite: AIX operator new David Edelsohn

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