c-typeck.c (null_pointer_constant_p): Replace use of TREE_CONSTANT_OVERFLOW with...
authorRoger Sayle <roger@eyesopen.com>
Sat, 13 Jan 2007 05:39:57 +0000 (05:39 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sat, 13 Jan 2007 05:39:57 +0000 (05:39 +0000)
commit8bcd6380d1a8cdd5de8095599ea452885b6d3959
treed4290671d093f8e648c9da2482bcce6088ee57b7
parentd95787e646b7b5f027d7f241707aa0f297949792
c-typeck.c (null_pointer_constant_p): Replace use of TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.

* c-typeck.c (null_pointer_constant_p): Replace use of
TREE_CONSTANT_OVERFLOW with TREE_OVERFLOW.
(build_c_cast): Likewise.

From-SVN: r120747
gcc/ChangeLog
gcc/c-typeck.c