https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119296
Iain Sandoe <iains at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW Assignee|iains at gcc dot gnu.org |unassigned at gcc dot gnu.org --- Comment #1 from Iain Sandoe <iains at gcc dot gnu.org> --- I suspect that the FE side of this will disappear when PR119241 is resolved. However, the library is more tricky .. at present, I made a fallback to using snprintf (since the format strings are fixed in the current library impl.) for the 128b cases, we can use the libquadmath "snprintf" support on platforms using libquadmath .. a more general solution would be better. As of now the provisions made above work "basically" and so un-assigning myself for now.