https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108143
Gaius Mulley <gaius at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gaius at gcc dot gnu.org --- Comment #6 from Gaius Mulley <gaius at gcc dot gnu.org> --- Created attachment 55773 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55773&action=edit Proposed fix Here is a proposed fix which uses a local implementation of log10l (logl(r)/logl(10.0)) rather than the builtin log10l. The patch will be applied (if/once) the full bootstrap completes.