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