From: David Edelsohn Date: Wed, 10 Aug 2022 13:22:28 +0000 (-0400) Subject: testcase: Fix AIX testsuite failures X-Git-Tag: basepoints/gcc-14~5183 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=73114b19fb8fc9803c57285ca8dcaf788ec962b8;p=thirdparty%2Fgcc.git testcase: Fix AIX testsuite failures Recent testsuite additions trip over AIX-specific features. gcc/testsuite/ChangeLog: * g++.dg/cpp0x/initlist-const1.C: XFAIL on AIX. --- diff --git a/gcc/testsuite/g++.dg/cpp0x/initlist-const1.C b/gcc/testsuite/g++.dg/cpp0x/initlist-const1.C index de807316be6..b80410d8a62 100644 --- a/gcc/testsuite/g++.dg/cpp0x/initlist-const1.C +++ b/gcc/testsuite/g++.dg/cpp0x/initlist-const1.C @@ -4,4 +4,4 @@ const auto x = { 1, 2 }; -// { dg-final { scan-assembler-not {\.data} } } +// { dg-final { scan-assembler-not {\.data} { xfail powerpc-ibm-aix* } } }