This is the mail archive of the gcc-patches@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: va_list: i960


On Tue, Jul 27, 1999 at 07:58:11PM -0700, Jim Wilson wrote:
> Using an array type does have the interesting property that invalid uses
> of va_list result in compiler errors instead of silently appearing to work.

Yes, though using a struct type has the same properties without
having the annoying promote-to-pointer semantics in parameter lists.



r~


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