This is the mail archive of the gcc-bugs@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: target/5315: Incorrect loads in FP compare code on i686


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


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