This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/19307] [4.0 Regression] ICE with -msse2 -mno-80387
- From: "rth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jan 2005 00:19:59 -0000
- Subject: [Bug target/19307] [4.0 Regression] ICE with -msse2 -mno-80387
- References: <20050107095318.19307.uros@kss-loka.si>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From rth at gcc dot gnu dot org 2005-01-12 00:19 -------
And it works with today's compiler too.
As for the use of the 80387 move instructions, even with -mno-80387,
this isn't a regression. At least 3.2 did this as well. One could
argue that -msoft-float should imply -mno-fp-ret-in-387, but it doesn't.
Changing it now would be an ABI change that I'm not interested in making,
considering the lack of use this option gets.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19307