https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78179
--- Comment #3 from dave.anglin at bell dot net --- On 2018-08-31 7:55 AM, redi at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78179 > > --- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> --- > We already disable it rather liberally on AIX: > > // { dg-xfail-run-if "AIX long double" { powerpc-ibm-aix* } } > > Maybe we should split the long double parts into a separate file and just > xfail > that on affected targets, so the rest of the file runs everywhere. I have this patch in my linux build tree: -// { dg-xfail-run-if "AIX long double" { powerpc-ibm-aix* } } +// { dg-xfail-run-if "AIX long double, or long double is double" { hppa*-*-linux* powerpc-ibm-aix* } }