This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/33561] Wrong code for single precision math functions on x86_64-pc-mingw32
- From: "ubizjak at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Sep 2007 12:00:47 -0000
- Subject: [Bug fortran/33561] Wrong code for single precision math functions on x86_64-pc-mingw32
- References: <bug-33561-10259@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from ubizjak at gmail dot com 2007-09-26 12:00 -------
(In reply to comment #0)
> (Notice the extra lines between the call to _sinf and the leave.)
-O2 will remove these lines (as well as the lines above _sinf):
BTW: Could you check if _sinf returns values in %xmm0 reg?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33561