pt.c (coerce_template_parms): Refactor.
authorNathan Sidwell <nathan@codesourcery.com>
Thu, 31 Jul 2003 09:16:31 +0000 (09:16 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Thu, 31 Jul 2003 09:16:31 +0000 (09:16 +0000)
commitffd49b199552cec6f047e3592605bd8c542adf09
tree627651a96158d5f69aa71b9d5501ce427f0774c3
parentfb5ce3c93a8f904d786aed712e5df6f0d53f0241
pt.c (coerce_template_parms): Refactor.

cp:
* pt.c (coerce_template_parms): Refactor.
(fn_type_unification): Increment processing_template_decl when
tsubsting an incomplete set of explicit args.
testsuite:
* g++.dg/template/explicit3.C: New.
* g++.dg/template/explicit4.C: New.
* g++.dg/template/explicit5.C: New.

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