This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/18668] use prescott's fisttp
- From: "uros at kss-loka dot si" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Mar 2005 14:53:30 -0000
- Subject: [Bug target/18668] use prescott's fisttp
- References: <20041125010332.18668.commie1@gmx.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From uros at kss-loka dot si 2005-03-15 14:53 -------
Patch is comitted to 4.1 mainline. For the testcase in description '-O2
-march=prescott' now generates:
oof:
pushl %ebp
movl %esp, %ebp
subl $8, %esp
fldl 8(%ebp)
fisttpll -8(%ebp)
movl -8(%ebp), %eax
leave
ret
--
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
Target Milestone|--- |4.1.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18668