[Bug tree-optimization/23391] [4.1 regression] Tree checking failure due to scev

steven at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Aug 15 00:06:00 GMT 2005


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



More information about the Gcc-bugs mailing list