This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: PR 8146
On Tue, Nov 05, 2002 at 09:55:46PM -0200, Frédéric L. W. Meunier wrote:
> H. J. Lu wrote:
>
> > 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
>
> While you're at it, I'd be glad if someone could take a look at
> http://gcc.gnu.org/ml/gcc-bugs/2002-11/msg00089.html and see if
> he can reproduce it with vanilla 3.2.
>
I got:
# /usr/gcc-3.2/bin/gcc -march=i686 -mcpu=i686 -O3 x.c
# ./a.out
These two values should be equal: 16 16
H.J.