2008-09-02 Richard Guenther <rguenther@suse.de>
commitca9e4658484fe6bffb4f4e29ff17d80d51daa96a
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Sep 2008 13:48:11 +0000 (2 13:48 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Sep 2008 13:48:11 +0000 (2 13:48 +0000)
tree32d10dcbf13033544a6e54f90e9631d112fa804b
parent7bfeabaff564318438e58cc5818b3feb5ec94bef
2008-09-02  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/37327
* tree-vrp.c (register_new_assert_for): Make sure to not have
TREE_OVERFLOW set on the bound.

* gcc.c-torture/compile/pr37327.c: New testcase.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@139890 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr37327.c [new file with mode: 0644]
gcc/tree-vrp.c