> On 13 Mar 2019, at 13:58, Vincent Lefevre <[email protected]> wrote: > > As described in the va_copy(3) man page: > > Each invocation of va_copy() must be matched by a corresponding > invocation of va_end() in the same function.
It is also in the POSIX specification [1]: Each invocation of the va_start() and va_copy() macros shall be matched by a corresponding invocation of the va_end() macro in the same function. 1. http://pubs.opengroup.org/onlinepubs/009696899/basedefs/stdarg.h.html _______________________________________________ gmp-bugs mailing list [email protected] https://gmplib.org/mailman/listinfo/gmp-bugs
