From 73114b19fb8fc9803c57285ca8dcaf788ec962b8 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Wed, 10 Aug 2022 09:22:28 -0400 Subject: [PATCH] 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. --- gcc/testsuite/g++.dg/cpp0x/initlist-const1.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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* } } }