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~