Re: Reload bug with register elimination + reload inheritance

2007-05-05 Thread Rask Ingemann Lambertsen
On Tue, May 01, 2007 at 11:45:57PM +0200, Rask Ingemann Lambertsen wrote: > > $ ./xgcc -B./ ~/cvssrc/gcc/gcc/testsuite/gcc.dg/20020210-1.c \ > -O2 -sim=linuxvm86 -o /tmp/20020210-1-fp -fno-omit-frame-pointer > $ /tmp/20020210-1-fp; echo $? > 0 > > $ ./xgcc -B./ ~/cvssrc/gcc/gcc/testsuite/gcc.dg/2

Reload bug with register elimination + reload inheritance (Was: general_operand() not accepting CONCAT?)

2007-05-01 Thread Rask Ingemann Lambertsen
On Fri, Apr 27, 2007 at 08:24:11AM -0700, Richard Henderson wrote: > This doesn't look like frame pointer elimination at all, > just different stack slots allocated. But that said, if > there's a bug in elimination, it should be fixed, not > hacked around in one backend. $ ./xgcc -B./ ~/cvssrc/g