This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/15492] floating-point arguments are loaded too early to x87 stack
- 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: 17 Aug 2004 08:00:19 -0000
- Subject: [Bug target/15492] floating-point arguments are loaded too early to x87 stack
- References: <20040517130734.15492.uros@kss-loka.si>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From uros at kss-loka dot si 2004-08-17 08:00 -------
When testcase is compiled without optimizations (with gcc -fomit-frame-pointer),
following code is produced:
test:
fldl 4(%esp)
fmull 4(%esp)
fldl 12(%esp)
fmull 12(%esp)
faddp %st, %st(1)
ret
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15492