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: Patch to decl2.c


Mark Mitchell writes:
> ... and Richard's patch to optimize.c was supposed to handle
> this problem, if I understand correctly.

Ummmm, have another look at PR 12161.  Richard's patch fixes
optimize_inline_calls.  Look at the call stack I attached to PR 12161 --
there is no optimize_inline_calls on the call stack.  Maybe Richard's
patch fixes a different case of gc clobberage but it doesn't fix my
case.

Also, I did some builds with enable-checking=gc,gcac,blah,blah,everything
to check.  Richard's patch does not fix the problem on my machine,
and Geoff's patch does fix the problem.

I can't comment on what is the right way to fix this; all I can
do is provide data points.

Michael C


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