https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101244
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2021-11-12 Ever confirmed|0 |1 --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Confirmed on the trunk. Note if you don't want to use the fmt library in this case you can replace fmt::print with __builtin_printf as the program here does not use any special part of the fmt library.