public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-2024] testcase: Fix AIX testsuite failures
@ 2022-08-11 16:33 David Edelsohn
  0 siblings, 0 replies; only message in thread
From: David Edelsohn @ 2022-08-11 16:33 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:73114b19fb8fc9803c57285ca8dcaf788ec962b8

commit r13-2024-g73114b19fb8fc9803c57285ca8dcaf788ec962b8
Author: David Edelsohn <dje.gcc@gmail.com>
Date:   Wed Aug 10 09:22:28 2022 -0400

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-08-11 16:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-11 16:33 [gcc r13-2024] testcase: Fix AIX testsuite failures David Edelsohn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).