This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/13318] ICE: floating point exception in the loop optimizer
- 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: 5 Dec 2003 19:03:53 -0000
- Subject: [Bug optimization/13318] ICE: floating point exception in the loop optimizer
- References: <20031205172323.13318.bremner@unb.ca>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-05 19:03 -------
Looks like even though I thought const_int rtx's were shared it looks like they are not?
7198 if (g1->mult_val == const0_rtx
7199 || INTVAL (g2->mult_val) % INTVAL (g1->mult_val) != 0)
--
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2003-12-05 17:47:40 |2003-12-05 19:03:53
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13318