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]
Other format: [Raw text]

Re: [pr 41246] Fix incorrect values of DECL_NO_STATIC_CHAIN


Oops, I committed the patch with an out-of-date comment.

At one point in the middle of developing this patch, I
attempted to use the cgraph and a worklist of functions
that need updating.  That was before I realized that the
cgraph hasn't actually been constructed at this point
and even if it was address-of references for conversion
to trampoline references wouldn't be present in cgraph.

Updated thusly.


r~


Attachment: z
Description: Text document


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