call.c (build_conditional_expr): Fix typo.
authorJason Merrill <jason@yorick.cygnus.com>
Tue, 24 Aug 1999 21:23:56 +0000 (21:23 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 24 Aug 1999 21:23:56 +0000 (17:23 -0400)
commitdf39af7db0b1ee818dc03898ac4466633ae7ebbc
treea9b7aea66e557f7c4f7223a33f5f810f95ed6a0b
parent2ac84cfe01bfb92a83f18263740435f696321e32
call.c (build_conditional_expr): Fix typo.

* call.c (build_conditional_expr): Fix typo.
* typeck.c (build_modify_expr, COND_EXPR): Make sure we've got an
lvalue before trying to mess with the sides.

* error.c (dump_expr, CONVERT_EXPR): Handle (void) properly.

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