call.c (null_ptr_cst_p): Replace use of TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
authorRoger Sayle <roger@eyesopen.com>
Tue, 23 Jan 2007 18:17:40 +0000 (18:17 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Tue, 23 Jan 2007 18:17:40 +0000 (18:17 +0000)
commitdc5696215db3d21f19addc6faa866790e962a7cd
treeb2392ccdf85756635e2b4c00a6f75f0e3b2f34c2
parent6acae78f809a5d9724c869b987870cc1dfd499af
call.c (null_ptr_cst_p): Replace use of TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.

* call.c (null_ptr_cst_p): Replace use of TREE_CONSTANT_OVERFLOW with
TREE_OVERFLOW.
* typeck.c (ignore_overflows): Remove the remaining uses of
TREE_CONSTANT_OVERFLOW.

From-SVN: r121084
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/typeck.c