var-args implementation

Richard Henderson rth@redhat.com
Tue Nov 14 15:09:00 GMT 2000


On Tue, Nov 14, 2000 at 09:41:00AM +0100, HPENNER@de.ibm.com wrote:
> ] Calling vprintf does not destroy the argument list of your function,
> ] merely the particular pointer that you passed to it.
> 
> Is the above statement true for all backends?

Absolutely not.  PowerPC is another example.  Your test case
*must* call va_end then va_start again.


r~


More information about the Gcc mailing list