This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap broken on mipsel-linux...
On Mon, 2006-12-11 at 15:16 +0100, Steven Bosscher wrote:
> On 12/11/06, Kaz Kojima <kkojima@rr.iij4u.or.jp> wrote:
> > It seems that the first tree dump which differs before and
> > after r119711 is .099t.optimized.
>
> In that case, this is a different problem, probably caused by the new
> out-of-SSA pass. But to be sure, I suggest you revert my CSE patch
> and see if that makes the problem go away for you.
The out of ssa pass can generate different code since the costing
routine was tweaked slightly. I am not suprised the listing is
different, but that alone will not determine if that is where the bug
is.
Andrew