This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Patch to decl2.c
- From: Michael Elizabeth Chastain <mec at shout dot net>
- To: gcc at gcc dot gnu dot org, geoffk at apple dot com, mark at codesourcery dot com, rth at redhat dot com
- Date: Fri, 5 Sep 2003 13:30:25 -0400
- Subject: 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