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
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