re PR c++/10845 (template member function (getting a nested template as parameter...
authorMark Mitchell <mark@codesourcery.com>
Fri, 20 Jun 2003 15:44:25 +0000 (15:44 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 20 Jun 2003 15:44:25 +0000 (15:44 +0000)
commit68361a039607fe2fbcd28cb4dae237f13f834f76
tree208e0dedbed5f40e322ebda026ac8fa1ded0ba20
parentf5a6463ed684f0d63e6260d8b9705e696845a0aa
re PR c++/10845 (template member function (getting a nested template as parameter) cannot be called anymore if another unrelated template member function is defined.)

PR c++/10845
* pt.c (try_class_unification): Correct handling of member class
templates.

* semantics.c (genrtl_finish_function): Adjust
expand_function_end call.

From-SVN: r68269
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/member3.C [new file with mode: 0644]