This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PR 8146


On Mon, Nov 04, 2002 at 11:16:30PM +0100, Eric Botcazou wrote:
> > What's needed is to understand the difference in the code generated by
> > the stage1 compiler built by GCC 3.2-branch and the stage2 compiler
> > built by the stage1 compiler; both were built from the same source and
> > so should generate exactly the same code.
> 
> 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)
> 
> However, if I set CC='gcc-3.2 -mcpu=i686', I get:

I have no problems. But you do know gcc 3.2 may generate wrong code
for i686, don't you? I am using 2 patches:

http://gcc.gnu.org/ml/gcc-patches/2002-08/msg01401.html


H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]