This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: var-args implementation


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~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]