* semantics.c (finish_unary_op_expr): Only set TREE_NEGATED_INT
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Nov 1999 16:08:14 +0000 (16:08 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Nov 1999 16:08:14 +0000 (16:08 +0000)
commitb1a3f709e00989391fb79c788ed68afd78183cff
treec67803277cb59f65eeb8f454e32b4955ff881bdc
parent4b4df29b68c2c424a692921c992eccbee26dcc6a
* semantics.c (finish_unary_op_expr): Only set TREE_NEGATED_INT
when actually negative.

* typeck.c (convert_for_assignment): Expand comment about
strange NULL check, moved from ...
(convert_for_initialization): ... here. Remove unneeded
code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30616 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/semantics.c
gcc/cp/typeck.c