From: David Edelsohn Date: Tue, 14 Jun 2022 17:07:24 +0000 (-0400) Subject: testsuite: AIX operator new X-Git-Tag: basepoints/gcc-14~6095 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=49d14a841fd9a798fe6d68ae49c6fbb753d21032;p=thirdparty%2Fgcc.git 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 --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