https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81872
Michael Meissner <meissner at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #1 from Michael Meissner <meissner at gcc dot gnu.org> --- This was fixed in the September 7th, 2017 check-in that made __float128 default on Linux 64-bit server systems that specify a minimum cpu of power7 as the default. I.e. the little endian 64-bit systems do this automatically, the big-endian 64-bit systems only do this if the compiler is configured using --with-cpu=power7, --with-cpu=power8, or --with-cpu=power9.