[Bug tree-optimization/25145] missed VRP opportunity

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Dec 28 12:14:00 GMT 2006



------- Comment #9 from rguenth at gcc dot gnu dot org  2006-12-28 12:14 -------
The testcase in comment #1 is fixed by comparison canonicalization of i <= j -
1
to i < j.  Of course it fails again if we use a temporary for j - 1 like in the
testcases in other comments.


-- 


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



More information about the Gcc-bugs mailing list