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:
parent
0425ae780f
commit
e098c5d105
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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" } */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue