This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: target/5315: Incorrect loads in FP compare code on i686
- From: hubicka at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, pbarada at mail dot wm dot sps dot mot dot com
- Date: 10 Oct 2002 18:25:49 -0000
- Subject: Re: target/5315: Incorrect loads in FP compare code on i686
- Reply-to: hubicka at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, pbarada at mail dot wm dot sps dot mot dot com, gcc-gnats at gcc dot gnu dot org
Synopsis: Incorrect loads in FP compare code on i686
State-Changed-From-To: open->closed
State-Changed-By: hubicka
State-Changed-When: Thu Oct 10 11:25:48 2002
State-Changed-Why:
Seems to be fixed on 3.2 CVS:
pushl %ebp
movl %esp, %ebp
subl $24, %esp
movl 12(%ebp), %eax
movl %eax, -8(%ebp)
leal -8(%ebp), %eax
andl $2147483647, (%eax)
movl -8(%ebp), %edx
movl 8(%ebp), %eax
movl %eax, -8(%ebp)
leal -8(%ebp), %eax
andl $2147483647, (%eax)
movl -8(%ebp), %eax
movl %edx, (%esp)
movl %eax, 4(%esp)
call __gtsf2
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5315