OSDN Git Service

2006-04-27 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Apr 2006 13:52:44 +0000 (13:52 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Apr 2006 13:52:44 +0000 (13:52 +0000)
commit820860910545844dfef72ad380727e3f3b38e196
tree2be2839b78c9aa92f56204a43ca3cf7bed9461c9
parentaaaa94f934093c08abcbeffcbfd1d5ff4cfc3324
2006-04-27  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/25148
* tree-vrp.c (compare_values): Remove code dealing with
comparisons against type min/max value.  Honour overflow
and negative constants in code dealing with comparisons
of plus and minus expressions.
(value_inside_range): Use fold_binary with LE_EXPR and
GE_EXPR rather than compare_values.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@113298 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-vrp.c