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: cfg merge part 19 - gcse tweek


In message <3D1B5345.C9CA7C19@superh.com>, Joern Rennecke writes:
 >Jan Hubicka wrote:
 >> 
 >> > Jan Hubicka wrote:
 >> > > +   if (!set2 || !rtx_equal_p (set2, dest))
 >> >
 >> > Do you mean
 >> > !rtx_equal_p (SET_DEST (set2), dest)
 >> > ?
 >> 
 >> Uhm, yes.  How many bugs I can create in such a simple patch :((
 >> Sorry for that, my life is somewhat hectic these days.
 >> I am re-bootstrapping with that change, I also verified that the
 >> function adds the note when possible.
 >
 >FWIW I've been using the amended patch since, and it appears to work
 >for me too.
I went ahead and did the bootstrap/regression testing for this patch
(i686-pc-linux-gnu) and also did a regression test on mn10300-elf for
good measure.  It's all good.

Installed into the mainline.

jeff

 >	
 >-- 
 >--------------------------
 >SuperH
 >2430 Aztec West / Almondsbury / BRISTOL / BS32 4AQ
 >T:+44 1454 462330



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