public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-4984] testsuite: AIX
@ 2023-01-03 18:49 David Edelsohn
  0 siblings, 0 replies; only message in thread
From: David Edelsohn @ 2023-01-03 18:49 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:e098c5d10521f2cf67202ea742b0af337b33c6b1

commit r13-4984-ge098c5d10521f2cf67202ea742b0af337b33c6b1
Author: David Edelsohn <dje.gcc@gmail.com>
Date:   Mon Dec 26 18:01:29 2022 -0500

    testsuite: AIX
    
    C++ Modules do not work reliably on AIX.  This patch disables the
    modules portion of the testsuite on AIX.
    
    IBM128 float keywords not enabled for AIX, so skip this test.
    
    gcc/testsuite/ChangeLog:
    
            * g++.dg/modules/modules.exp: Skip on AIX.
            * gcc.target/powerpc/pr99708.c: Skip on AIX.

Diff:
---
 gcc/testsuite/g++.dg/modules/modules.exp   | 5 +++++
 gcc/testsuite/gcc.target/powerpc/pr99708.c | 1 +
 2 files changed, 6 insertions(+)

diff --git a/gcc/testsuite/g++.dg/modules/modules.exp b/gcc/testsuite/g++.dg/modules/modules.exp
index cacbd75c385..38120d84646 100644
--- a/gcc/testsuite/g++.dg/modules/modules.exp
+++ b/gcc/testsuite/g++.dg/modules/modules.exp
@@ -44,6 +44,11 @@ if {[is_remote host]} {
     return
 }
 
+if { [istarget "powerpc-ibm-aix*"] } {
+    set torture_execute_xfail "powerpc-ibm-aix*"
+    return
+}
+
 global module_do
 global module_cmis
 
diff --git a/gcc/testsuite/gcc.target/powerpc/pr99708.c b/gcc/testsuite/gcc.target/powerpc/pr99708.c
index d478f7bc4c0..02b40ebc40d 100644
--- a/gcc/testsuite/gcc.target/powerpc/pr99708.c
+++ b/gcc/testsuite/gcc.target/powerpc/pr99708.c
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-skip-if "" { powerpc*-*-darwin* powerpc-ibm-aix* } } */
 /* { require-effective-target ppc_float128_sw } */
 /* { dg-options "-O2 -mvsx -mfloat128" } */

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

only message in thread, other threads:[~2023-01-03 18:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-03 18:49 [gcc r13-4984] testsuite: AIX 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).