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.
This commit is contained in:
David Edelsohn 2022-08-10 09:22:28 -04:00
parent 837142257c
commit 73114b19fb
1 changed files with 1 additions and 1 deletions

View 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* } } }