This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Recent 3.2 branch commits cause x86 -fPIC regressions
On Wed, Sep 18, 2002 at 12:15:52AM +0930, Alan Modra wrote:
> Oh ho! Looks like PR opt/7515 fix is the culprit.
Not really. It looks like a latent bug.
> $ gcc/xgcc -Bgcc/ -fPIC -O3 -fomit-frame-pointer 20020406-1.c
> $ ./a.out
> calling DUPFFexgcd on degrees 1 and 2
> DUPFFexgcd called on degrees 1 and 2
> DUPFFexgcd called on degrees 1 and 1
> Aborted
Note, however, that it passes without -fomit-frame-pointer. More, it
fails at -O2 with -fomit-frame-pointer, when automatic inlining isn't
even in effect.
I'll still look at it though.
r~