re PR c++/6620 (partial template specialization on int)
authorKriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
Thu, 16 May 2002 13:43:50 +0000 (13:43 +0000)
committerKriang Lerdsuwanakij <lerdsuwa@gcc.gnu.org>
Thu, 16 May 2002 13:43:50 +0000 (13:43 +0000)
commite2005c8d2f6882483ffbf110b3427367b210020a
tree0d515ec700acc964bbf182734d4b8ff0ec745571
parent2605d809d9fb8d0246c5261f95cd13f6e8b956ce
re PR c++/6620 (partial template specialization on int)

PR c++/6620
* pt.c (verify_class_unification): Don't check if PARM is template
parameter dependent.  Simplify.
(unify) [TEMPLATE_PARM_INDEX]: Handle when ARG is a template
parameter dependent expression.

From-SVN: r53517
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.dg/template/partial1.C [new file with mode: 0644]