From: Nathan Sidwell Date: Tue, 7 Jun 2005 17:46:02 +0000 (+0000) Subject: missed entry X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce3116ffc533d5aa5fc88a5d442819927be5619a;p=gcc.git 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 --- 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.