summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-26 19:12:56 +0000
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-26 19:12:56 +0000
commita55f86747bc76a047ac751538ad0dffd39f0caaf (patch)
tree9283a89b3d2114474f09810c6eda2884d644f4ce
parent4bd132ffddd19c15c809fb7f42cb90b4650fe6fb (diff)
downloadppe42-gcc-a55f86747bc76a047ac751538ad0dffd39f0caaf.tar.gz
ppe42-gcc-a55f86747bc76a047ac751538ad0dffd39f0caaf.zip
changelog
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69831 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/cp/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 93526048009..4bc439067d3 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,18 @@
+2003-07-26 Nathan Sidwell <nathan@codesourcery.com>
+
+ * cp-tree.h (begin_init_stmts, finish_init_stmts): Remove.
+ (begin_global_stmt_expr, finish_global_stmt_expr): Remove.
+ * init.c (begin_init_stmts): Make static. Return is_global
+ value. Always call begin_stmt_expr.
+ (finish_init_stmts): Make static. Add is_global parm. Always
+ building a stmt tree.
+ (build_aggr_init): Adjust begin_init_stmts, finish_init_stmts calls.
+ (build_vec_init): Likewise. Always building a stmt tree.
+ (expand_default_init): Always building a stmt tree.
+ (get_temp_regvar): Likewise.
+ * semantics.c (begin_global_stmt_expr,
+ finish_global_stmt_expr): Remove.
+
2003-07-25 Nathan Sidwell <nathan@codesourcery.com>
* cp-tree.h (build_compound_expr): Take LHS & RHS args.
OpenPOWER on IntegriCloud