On Tue, Apr 05, 2011 at 12:29:45PM -0700, H.J. Lu wrote: > On Tue, Apr 5, 2011 at 11:28 AM, Nathan Froyd <froy...@codesourcery.com> > wrote: > >> This broke compilation on AUTO_INC_DEC targets. Currently putting > >> together a fix and testing via cross to powerpc-eabispe. > > > > ...and here's the patch I'm going to install. > > > > * combine.c (combine_instructions) [AUTO_INC_DEC]: Declare links > > as an rtx. > > (try_combine) [AUTO_INC_DEC]: Declare a local link rtx. > > > > I think it caused: > > http://gcc.gnu.org/ml/gcc-cvs/2011-04/msg00188.html
Why yes, I believe my patch did cause that message to be sent to gcc-cvs. :) Anyway, I have checked in the obvious fix for PR bootstrap/48469. -Nathan