This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug optimization/13318] ICE: floating point exception in the loop optimizer


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]