https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79309
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2017-02-01
CC| |ebotcazou at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #2 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> The following patch fixes the problem:
Thanks, but I don't think that we want the %.*s for portability reasons, so a
simple sprintf with an enlarged buffer (e.g. 256 bytes) will do.