summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4142933c..bc759185 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2007-10-03 Frank Ch. Eigler <fche@elastic.org>
+ PR 5102
+ * translate.cxx (visit_statement): Add new parameter regarding whether
+ c->last_stmt needs to be updated. Update callers, mostly passing
+ "false".
+ (visit_EXPRESSIONTYPE): Generally omit setting c->last_stmt, unless
+ the construct can set c->last_error.
+
+2007-10-03 Frank Ch. Eigler <fche@elastic.org>
+
PR 5096
* translate.cxx (emit_function): Put nesting limit/control logic into
function body ...