https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106832
Peter Bergner <bergner at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bergner at gcc dot gnu.org --- Comment #1 from Peter Bergner <bergner at gcc dot gnu.org> --- (In reply to Jakub Jelinek from comment #0) > When GCC is configured on powerpc64le-linux against glibc 2.26 or later (but > in theory also on older glibcs through libquadmath), there is full support > for IEEE 754 quad (on power8 in software, on power9 through hw support), so > I don't see why D shouldn't be supported in that case. I haven't tried building D on powerpc64le-linux before, so I don't know what the failure mode is. Are you saying we since we have the IEEE128 support in the compiler, we just need to enable it for D somehow (config file change?) or that there is some build error when we do build D on powerpc64le-linux? I'll kick off a build with D enabled to educate myself.