pt.c (process_partial_specialization): Consistantly allocate and zero tpd.parms based...
authorRichard Henderson <rth@cygnus.com>
Tue, 8 Sep 1998 09:06:28 +0000 (02:06 -0700)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Tue, 8 Sep 1998 09:06:28 +0000 (09:06 +0000)
commit76a837824acebe0c785ebeb0a43e39e4be528975
tree0cdc9c0bfab1f094b54611687d57f53de273232b
parentf2bd33a3e6e1ba2d09bd30826cbf64a0ee70cc5a
pt.c (process_partial_specialization): Consistantly allocate and zero tpd.parms based on ntparms.

* pt.c (process_partial_specialization): Consistantly allocate
and zero tpd.parms based on ntparms.  Use tpd2.parms, not
tpd.parms, where appropriate.

Co-Authored-By: Mark Mitchell <mark@markmitchell.com>
From-SVN: r22325
gcc/cp/ChangeLog
gcc/cp/pt.c