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.
This commit is contained in:
David Edelsohn 2022-12-26 18:01:29 -05:00
parent 0425ae780f
commit e098c5d105
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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" } */