]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testcase: Fix AIX testsuite failures
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 10 Aug 2022 13:22:28 +0000 (09:22 -0400)
committerDavid Edelsohn <dje.gcc@gmail.com>
Thu, 11 Aug 2022 16:34:59 +0000 (12:34 -0400)
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

index de807316be6c1f351ceaf3704077f4e39883f041..b80410d8a625631d53a5223a600ef3eebb64e2ee 100644 (file)
@@ -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* } } }