Bug 20375 - ia64 varadic regression
Nathan Sidwell
nathan@codesourcery.com
Wed Mar 9 08:44:00 GMT 2005
Mark Mitchell wrote:
> Zack Weinberg wrote:
>
>> So, in other words,
>>
>> if (current_function_stdarg)
>> data->last_named = true;
>
>
> Actually, no:
>
> data->last_named = !TREE_CHAIN (parm);
>
> (This is the last "named" parameter iff it's the last parameter.)
yes, this is essentially the patch I am testing. AFAICT Jim's comments were
again about the confusing name of NAMED_PARM, and really is talking about
non-varadic/varadic. At the moment I don't see how fixing this bug for ia64
breaks anything else (that wasn't already broken).
nathan
--
Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery LLC
nathan@codesourcery.com :: http://www.planetfall.pwp.blueyonder.co.uk
More information about the Gcc
mailing list