error.c (dump_decl): Handle LOOKUP_EXPR.
authorJason Merrill <jason@gcc.gnu.org>
Mon, 8 Dec 1997 00:33:08 +0000 (19:33 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 8 Dec 1997 00:33:08 +0000 (19:33 -0500)
commit0fb9f1c39b7a4ad17bbdacaab965df67daf4c7c5
tree6dc36852e9101501b948c141a7ce162ee2b22423
parent0fe09481b0875a317defd2bc767b4fefe7b3955e
error.c (dump_decl): Handle LOOKUP_EXPR.

* error.c (dump_decl): Handle LOOKUP_EXPR.

Sun Dec  7 15:45:07 1997  Mark Mitchell  <mmitchell@usa.net>

* rtti.c (build_dynamic_cast): Copy the cast-to type to the
permanent obstack if we are processing a template decl.
* typeck.c (build_static_cast): Likewise.
(build_const_cast): Likewise.
(build_reinterpret_cast): Likewise.

* pt.c (coerce_template_parms): Coerce some expressions, even
when processing_template_decl.

From-SVN: r17001
gcc/cp/ChangeLog
gcc/cp/error.c
gcc/cp/pt.c
gcc/cp/rtti.c
gcc/cp/typeck.c