Subject: Re: CVS commit: syssrc/sys/arch/powerpc/include
To: Noriyuki Soda <soda@sra.co.jp>
From: David Laight <david@l8s.co.uk>
List: tech-toolchain
Date: 08/07/2002 13:49:40
> This means that all programs which assume that va_list can be passed
> as a value in function argument will fail with gcc-3.x, if we use 
> gcc __builtin_va_list as va_list.
> 
> Is this really OK? Why don't gcc people think this as a problem?

It can't be OK.
How do you call vprintf() if you can't pass a va_list to it by value?

	David

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