https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107568
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Ugh. Using sprintf when one can prove it will never overflow should be just fine. Dunno how can they deprecate it when it isn't deprecated even in C2X.