* call.c (build_method_call): Handle non-scoped destructors, too.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Mar 1998 09:07:34 +0000 (09:07 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 30 Mar 1998 09:07:34 +0000 (09:07 +0000)
commit47402e6b65f64195df2e95e245794bddbb25aada
treebc5dd3d19137e91da336f0aa687ff8aae3e1af70
parent50d9d0ec93bc47d131a2e629a07de2361ff4d527
* call.c (build_method_call): Handle non-scoped destructors, too.
* pt.c (tsubst_copy): Likewise.
* pt.c (print_template_context): Split out...
(push_tinst_level): ...from here.
* friend.c (is_friend): Don't pass a type to decl_function_context.
* typeck.c (convert_for_initialization): Always hand off
conversions to class type.

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