This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r128076 - in /trunk/gcc/cp: ChangeLog pt.c
- From: jason at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 04 Sep 2007 12:27:23 -0000
- Subject: r128076 - in /trunk/gcc/cp: ChangeLog pt.c
Author: jason
Date: Tue Sep 4 12:27:21 2007
New Revision: 128076
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128076
Log:
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.
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/pt.c