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/19788] Inconsistent handling of -1.


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-02-06 17:17 -------
(In reply to comment #2)
> (In reply to comment #1)
Really TREE_OVERFLOW/TREE_CONSTANT_OVERFLOW should go away, there has been some talk about 
removing them.  on the tree level, having that flag set we really say the constant is no longer be able to 
prograte which causes the real problem.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19788


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