call.c (add_template_candidate_real): Handle member template constructors for classes...
authorMark Mitchell <mark@codesourcery.com>
Wed, 31 May 2000 06:53:04 +0000 (06:53 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 31 May 2000 06:53:04 +0000 (06:53 +0000)
commit71a19881247be278a9fb072347c07a9411372e10
tree46d79e4b598f15e2e38e848b21b755e2a3b56d92
parent885e80cc8ae2a30d87c713db84003ab4a8dbf7eb
call.c (add_template_candidate_real): Handle member template constructors for classes with virtual bases.

* call.c (add_template_candidate_real): Handle member template
constructors for classes with virtual bases.
(build_user_type_conversion_1): Use in_charge_arg_for_name.
(build_new_method_call): Use DECL_NONSTATIC_MEMBER_FUNCTION_P.

* ir.texi: Update thunk documentation.

From-SVN: r34284
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/ir.texi
gcc/testsuite/g++.old-deja/g++.other/vbase3.C [new file with mode: 0644]