This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: var-args implementation
- To: HPENNER at de dot ibm dot com
- Subject: Re: var-args implementation
- From: Richard Henderson <rth at redhat dot com>
- Date: Tue, 14 Nov 2000 15:09:49 -0800
- Cc: gcc at gcc dot gnu dot org
- References: <C1256997.002FB3C7.00@d12mta05.de.ibm.com>
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~