cp:
commit8b070b499b39752fc1f6f4ab0fd0fa218bce88dc
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Jul 2003 09:16:31 +0000 (31 09:16 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 Jul 2003 09:16:31 +0000 (31 09:16 +0000)
tree627651a96158d5f69aa71b9d5501ce427f0774c3
parente01414c40f09b9e208d8fb4b6702eeba28e6d7af
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69995 138bc75d-0d04-0410-961f-82ee72b054a4
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]