This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: Bug 20375 - ia64 varadic regression


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


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