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]

Re: Ongoing problems with resource.c changes


On Mon, Nov 01, 1999 at 09:20:18PM -0700, Jeffrey A Law wrote:
> The problem is reorg calls redirect_jump.  If in the process of redirecting
> a jump we may delete code.  Both actions (redirecting the jump & deleting
> code) can make the cfg data inaccurate.

Oh shit, we're screwed. 

Any suggestions?  I don't wanna rewrite reorg to do the right
thing just now -- I just want to get the tree stable again.

I could back out the changes from the last day or three and try
and figure out why we discovered the wrong block...  Or just
disable peephole2 entirely for the nonce.


r~


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