https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107693
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at gcc dot gnu.org |redi at gcc dot gnu.org
Status|UNCONFIRMED |ASSIGNED
Target Milestone|--- |13.0
Ever confirmed|0 |1
Last reconfirmed| |2022-11-15
--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
It's just a bug in the macro definitions in <format>, we don't have
std::to_chars for _Float128 for mingw so shouldn't try to support it in
std::format.
I have a patch already.