http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47957
--- Comment #9 from Dodji Seketeli <dodji at gcc dot gnu.org> 2011-03-08 22:20:14 UTC --- Author: dodji Date: Tue Mar 8 22:20:11 2011 New Revision: 170793 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170793 Log: PR c++/47957 gcc/cp/ * name-lookup.c (binding_to_template_parms_of_scope_p): Only consider scopes of primary template definitions. Adjust comments. gcc/testsuite/ * g++.dg/lookup/template3.C: New test. Added: branches/gcc-4_4-branch/gcc/testsuite/g++.dg/lookup/template3.C Modified: branches/gcc-4_4-branch/gcc/cp/ChangeLog branches/gcc-4_4-branch/gcc/cp/name-lookup.c branches/gcc-4_4-branch/gcc/testsuite/ChangeLog