]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree.h (TREE_OVERFLOW): Make this flag/predicate specific to constant nodes, i.e.
authorRoger Sayle <roger@eyesopen.com>
Fri, 2 Dec 2005 04:40:05 +0000 (04:40 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Fri, 2 Dec 2005 04:40:05 +0000 (04:40 +0000)
commit87f2a9f57bfc1a95934202110badb4d1a31409ed
tree47739b99c89ff7ea1c1f4167c8dc616b6a27c981
parentcf84391c40d0f336cd8e5981ab7cae08fcde341e
tree.h (TREE_OVERFLOW): Make this flag/predicate specific to constant nodes, i.e.

* tree.h (TREE_OVERFLOW): Make this flag/predicate specific to
constant nodes, i.e. INTEGER_CST, REAL_CST, etc...
* tree-vrp.c (compare_values): Only check TREE_OVERFLOW for
integer constant comparisons.

ada/
* utils.c (max_size): Only test for TREE_OVERFLOW on INTEGER_CST
nodes.

From-SVN: r107870
gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/utils.c
gcc/tree-vrp.c
gcc/tree.h