parser.c (cp_parser_template_argument): Don't call make_unbound_class_template directly.
authorKriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
Sat, 3 Jan 2004 08:25:38 +0000 (08:25 +0000)
committerKriang Lerdsuwanakij <lerdsuwa@gcc.gnu.org>
Sat, 3 Jan 2004 08:25:38 +0000 (08:25 +0000)
commit5b4acce124adcc148231f4200cf655d13cb65112
tree5f5b26285a9f3f37c9b1b709da5e00945f4158cd
parent86d7b5621f2487c9db19469d6af4bda61268099f
parser.c (cp_parser_template_argument): Don't call make_unbound_class_template directly.

* parser.c (cp_parser_template_argument): Don't call
make_unbound_class_template directly.
(cp_parser_lookup_name): Don't extract TEMPLATE_DECL from
UNBOUND_CLASS_TEMPLATE tree node.

From-SVN: r75356
gcc/cp/ChangeLog
gcc/cp/parser.c