This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/48157] Unable to match function call to member function template


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48157

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> 2011-07-07 21:55:11 UTC ---
Author: jason
Date: Thu Jul  7 21:55:09 2011
New Revision: 176014

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176014
Log:
    PR c++/48157
    * pt.c (tsubst_qualified_id): Preserve TEMPLATE_ID_EXPR in
    partial instantiation.

Added:
    branches/gcc-4_6-branch/gcc/testsuite/g++.dg/template/template-id-4.C
Modified:
    branches/gcc-4_6-branch/gcc/cp/ChangeLog
    branches/gcc-4_6-branch/gcc/cp/pt.c
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]