aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@gcc.gnu.org>2005-06-07 17:46:02 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2005-06-07 17:46:02 +0000
commitce3116ffc533d5aa5fc88a5d442819927be5619a (patch)
treea03d9aa633407991e89ce406943ee4d76c8ed571
parent75b80166a26a5844e82097fe3414cfea822eebd9 (diff)
downloadgcc-ce3116ffc533d5aa5fc88a5d442819927be5619a.zip
gcc-ce3116ffc533d5aa5fc88a5d442819927be5619a.tar.gz
gcc-ce3116ffc533d5aa5fc88a5d442819927be5619a.tar.bz2
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
-rw-r--r--gcc/cp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 9979978..87a9da7 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,5 +1,12 @@
2005-06-07 Nathan Sidwell <nathan@codesourcery.com>
+ * 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.