Subject: Re: va_list pointers, bad(?) gcc code
To: <>
From: David Laight <david@l8s.co.uk>
List: tech-toolchain
Date: 11/11/2003 13:51:25
> Although the C language standard is a bit too broad here.. it should
> probably expliticly say that. I see now way to make this construction
> work properly if va_list is an array type..

Is the code trying to pass an argument array by value?  The size of
argument arrays gets lost.

What it needs to do is embed the array into a structure......

	David

-- 
David Laight: david@l8s.co.uk