https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19779
Segher Boessenkool <segher at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |segher at gcc dot gnu.org --- Comment #16 from Segher Boessenkool <segher at gcc dot gnu.org> --- It would be nice if we supported IEEE QP (as long double) on all PowerPC implementations. As some kind of soft float. All code to do that is already part of trunk, it "just" needs to be wired up! It would allow us to do IEEE QP as long double by default, on any ABI, on any PowerPC implementation. We should have done this as the very first thing, not start at the end as we did!