https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70381
Michael Meissner <meissner at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Last reconfirmed| |2016-04-07 Resolution|FIXED |--- Ever confirmed|0 |1 --- Comment #3 from Michael Meissner <meissner at gcc dot gnu.org> --- Unfortunately the fix checked disables building the software emulation functions in libgcc. This is due to #pragma GCC target ("vsx,float128") does not enable the __float128 keyword, so the test fails.