aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index f0429a1411e..98d7d05b4c8 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,5 +1,11 @@
1999-05-16 Jason Merrill <jason@yorick.cygnus.com>
+ * parse.y (direct_new_declarator): Make the first one a
+ nonmomentary_expr, too.
+ * init.c (build_new): suspend_momentary while we're calculating
+ the size.
+ (build_new_1): Likewise. Don't copy size.
+
* decl2.c (finish_objects): Don't use .?tors.* if we don't have
ASM_OUTPUT_CONSTRUCTOR.
@@ -10,12 +16,6 @@
(grokdeclarator): Adjust.
* cp-tree.h: Adjust.
- * parse.y (direct_new_declarator): Make the first one a
- nonmomentary_expr, too.
- * init.c (build_new): suspend_momentary while we're calculating
- the size.
- (build_new_1): Don't copy size.
-
1999-05-16 Mark Mitchell <mark@codesourcery.com>
* cp-tree.h (permanent_p): New function.