This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/48157] Unable to match function call to member function template
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 6 Jul 2011 04:20:51 +0000
- Subject: [Bug c++/48157] Unable to match function call to member function template
- Auto-submitted: auto-generated
- References: <bug-48157-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48157
--- Comment #2 from Jason Merrill <jason at gcc dot gnu.org> 2011-07-06 04:20:46 UTC ---
Author: jason
Date: Wed Jul 6 04:20:39 2011
New Revision: 175904
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175904
Log:
PR c++/48157
* pt.c (tsubst_qualified_id): Preserve TEMPLATE_ID_EXPR in
partial instantiation.
Added:
trunk/gcc/testsuite/g++.dg/template/template-id-4.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/pt.c
trunk/gcc/testsuite/ChangeLog