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 tree-optimization/23391] [4.1 regression] Tree checking failure due to scev


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


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