From ce3116ffc533d5aa5fc88a5d442819927be5619a Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Tue, 7 Jun 2005 17:46:02 +0000 Subject: [PATCH] missed entry missed entry * cp-tree.def (DEFAULT_ARG): Adjust documentation. * cp-tree.h (DEFARG_INSTANTIATIONS): New. (struct tree_default_arg): Add instantiations member. * parser.c (cp_parser_late_parsing_default_args): Adjust to use a VEC. * pt.c (tsubst_arg_types): Likewise. From-SVN: r100715 --- gcc/cp/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 99799781702..87a9da7075d 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,12 @@ 2005-06-07 Nathan Sidwell + * cp-tree.def (DEFAULT_ARG): Adjust documentation. + * cp-tree.h (DEFARG_INSTANTIATIONS): New. + (struct tree_default_arg): Add instantiations member. + * parser.c (cp_parser_late_parsing_default_args): Adjust to use a + VEC. + * pt.c (tsubst_arg_types): Likewise. + * parser.c (cp_parser_late_parsing_default_args): Fix overeager assert in previous patch. -- 2.30.2