typeck.c (build_x_unary_op): Take note of the fact that PREINCREMENT_EXPR and POSTINC...
authorMark Mitchell <mark@codesourcery.com>
Wed, 9 Jul 2003 23:39:14 +0000 (23:39 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 9 Jul 2003 23:39:14 +0000 (23:39 +0000)
commit6489f188ac79459070d88b15f0f81c8976223a6f
treee21f319879deb78fd43260ae563124896aa4d111
parent279b84660bf493976de41fe1320690dcae3ec279
typeck.c (build_x_unary_op): Take note of the fact that PREINCREMENT_EXPR and POSTINCREMENT_EXPR are binary...

* typeck.c (build_x_unary_op): Take note of the fact that
PREINCREMENT_EXPR and POSTINCREMENT_EXPR are binary operations on
trees.

From-SVN: r69161
gcc/cp/ChangeLog
gcc/cp/typeck.c