------- Additional Comments From steven at gcc dot gnu dot org 2005-08-15 00:05 ------- Note that part of the problem is that build_int_cst_type, which scev uses here, should check that the type given to it is an integral type. That would have caught the checking failure much earlier. Right now scev tries to use build_int_cst_type with type==double.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23391