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: m68k bootstrapping broken


On Mon, Feb 09, 2004 at 02:46:03AM +0100, Bernardo Innocenti wrote:
> Richard Henderson wrote:
> >On Fri, Jan 16, 2004 at 12:20:06AM +0100, Bernardo Innocenti wrote:
> >
> >>Both versions are fine, but I wonder why a different
> >>instruction pattern has been generated.
> >
> >
> >Something in the register allocator (or subsequent passes) got miscompiled.
> >
> >You'll need to look at all the dumps to find where the first difference is
> >found.  When you find it, that's the pass to start looking at.
> 
> I've now found the time to resume working on this.

.. and I am now back from skiing :)

>  It seems
> the breakage happens at RTL generation time or even before.

can you try to compile regclass.c without optimisation to see if
it changes anything? It had an effect on another problem so it
might be related.

Richard


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