This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/14868] ICE with -msse2 -mfpmath=sse -fnon-call-exceptions
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Feb 2005 01:05:23 -0000
- Subject: [Bug rtl-optimization/14868] ICE with -msse2 -mfpmath=sse -fnon-call-exceptions
- References: <20040406182004.14868.nick@ilm.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-02 01:05 -------
Hmm, the problem is that the earliest compare is not in the same BB as the jump.
The reason why we don't ICE on the mainline is because they are in the same BB (but that might be
wrong).
--
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|4.0.0 |---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14868