re PR c++/14032 (Specialization of inner template using outer template argument doesn...
authorJason Merrill <jason@gcc.gnu.org>
Tue, 4 Sep 2007 12:27:38 +0000 (08:27 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 4 Sep 2007 12:27:38 +0000 (08:27 -0400)
commitd950f2be3733d1bc35901297014f2deaa76d9f8e
treebcd0227188c7cf0e9ee1e2ed4b241a9316312f54
parentdc28490d05f5ef25c5ff24ef946f48f402a20be8
re PR c++/14032 (Specialization of inner template using outer template argument doesn't work)

        PR c++/14032
        * pt.c (most_specialized_class): Substitute outer template
        arguments into the arguments of a member template partial
        specialization.
        (strip_innermost_template_args): New fn.

From-SVN: r128077
gcc/testsuite/g++.dg/template/mem-partial1.C [new file with mode: 0644]
gcc/testsuite/g++.dg/template/mem-partial2.C [new file with mode: 0644]