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/23604] [4.1 Regression] wrong code due to VRP


------- Additional Comments From jakub at gcc dot gnu dot org  2005-09-30 13:24 -------
Jim's patch certainly worked for me.  But the question is if we can do more.
If not anti-range and limit_vr->min == limit_vr->max, then we at least can
create anti-range from TYPE_MIN_VALUE to TYPE_MAX_VALUE.


-- 


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


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