[Bug c/94222] Architecture dependent problem with vsnprintf
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Mar 19 09:50:56 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94222
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
You need to use va_copy or va_start and va_end again for the second vsnprintf.
More information about the Gcc-bugs
mailing list