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: Fix heisenbug in combine.c


> There was no range check on the access to the global_regs[] array.
> Accordingly, whenever we hit this point with a pseudo, combine would
> randomly decide not to delete a dead insn.  One of my IMA patches
> provoked this into causing bootstrap comparison failures - frankly I'm
> surprised no one noticed earlier.
> 

This may be what was causing bootstrap failures with my last combine
patch on 3.4 and 3.3. Can you check please?

> Finding this was an incredible pain, but fixing it is easy.  Will
> commit if i686-linux bootstrap succeeds.

My apologies :)

-eric

-- 
Eric Christopher <echristo@redhat.com>


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