summaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-17 07:35:07 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-17 07:35:07 +0000
commit656a7ba066536204699e9ea1752c3d045af71a0c (patch)
treeed30051510ea90ac9a12144e7e97259bb832efa6 /gcc/cp/ChangeLog
parent80e76a8e7ca6e0a3996568e49cc779b5e2afcab4 (diff)
downloadgcc-656a7ba066536204699e9ea1752c3d045af71a0c.tar.gz
* cp-tree.h (poplevel_class): Declare.
* class.c (popclass): Use poplevel_class, not poplevel. * decl.c (poplevel_class): Don't make it static. Don't return a value. (poplevel): Don't call poplevel_class; abort in a class binding level is seen. * semantics.c (finish_translation_unit): Use pop_everything. * parse.y (member_init): Allow errors. (pending_inline): Call finish_function. * parse.c: Regenerated. * Makefile.in (CONFLICTS): Adjust. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29472 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 7ab65274995..f3e45d0fed3 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,17 @@
+1999-09-17 Mark Mitchell <mark@codesourcery.com>
+
+ * cp-tree.h (poplevel_class): Declare.
+ * class.c (popclass): Use poplevel_class, not poplevel.
+ * decl.c (poplevel_class): Don't make it static. Don't return a
+ value.
+ (poplevel): Don't call poplevel_class; abort in a class
+ binding level is seen.
+ * semantics.c (finish_translation_unit): Use pop_everything.
+ * parse.y (member_init): Allow errors.
+ (pending_inline): Call finish_function.
+ * parse.c: Regenerated.
+ * Makefile.in (CONFLICTS): Adjust.
+
1999-09-17 Gabriel Dos Reis <gdr@codesourcery.com>
* error.c: Reduce code duplication.