This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: PR 8146
Eric Botcazou <ebotcazou@libertysurf.fr> wrote:
> I can't reproduce the problem with the gcc-3_2-branch on my system: a full
> bootstrap of gcc 2.95.3 completed using gcc 3.2.1:
>
> gcc-3.2 -v:
> Configured with: ../configure --host=i586-redhat-linux-gnu --prefix=/usr/local
> --enable-languages=c,c++,objc,f77 --enable-checking --disable-nls
> Thread model: posix
> gcc version 3.2.1 20021030 (prerelease)
I just updated my checkout of gcc-3_2-branch and reproduced the
problem again.
$ gcc -v
Reading specs from /package/misc/spf/gcc-3.2-branch-2002.11.05/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/specs
Configured with: ../gcc-3.2-branch-2002.11.05/configure --prefix=/package/misc/spf/gcc-3.2-branch-2002.11.05 --with-as=/package/misc/spf/gcc-3.2-branch-2002.11.05/spf/as --with-ld=/package/misc/spf/gcc-3.2-branch-2002.11.05/spf/ld --enable-threads --enable-libgcj --disable-nls
Thread model: posix
gcc version 3.2.1 20021105 (prerelease)
> However, if I set CC='gcc-3.2 -mcpu=i686', I get:
> Bootstrap comparison failure!
I normally use -march=i686; I used it to build this last 3.2 checkout,
but not when using that to build 2.95.3.
paul