* pt.c (instantiate_class_template): Don't try to figure out what
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Nov 1998 14:41:37 +0000 (14:41 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Nov 1998 14:41:37 +0000 (14:41 +0000)
commitae883b794674cd2ee6165ab96dcc6c0366bd3ec7
tree068bf485001da36ce190f37a2dd0af9f0675ce64
parent5dfc2d42a93a790ca60f088cbb0f75f916376f35
* pt.c (instantiate_class_template): Don't try to figure out what
specialization to use for a partial instantiation.  Correct
typos in a couple of comments.  Avoid calling uses_template_parms
multiple times.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23808 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/pt.c
gcc/testsuite/g++.old-deja/g++.pt/spec25.C [new file with mode: 0644]