[Bug fortran/47642] real(kind=16) - libquadmath - segfault on amd64 FreeBSD

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Feb 17 13:42:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47642

--- Comment #22 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-02-17 13:41:23 UTC ---
Created attachment 23381
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=23381
gcc46-strtoflt128.patch

To shorten up the agony of gdtoa, here is a patch to yank it and replace even
the str to __float128 code by glibc code.  The .text of libquadmath.so.0
shrinks (because quite a bit (mpn) can be shared with the printf stuff).



More information about the Gcc-bugs mailing list