summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fac9575e..38d28928 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-05-20 Frank Ch. Eigler <fche@elastic.org>
+
+ PR 6538
+ * elaborate.cxx (semantic_pass_opt2): Warn about read-only locals and
+ globals.
+ (visit_foreach_loop): Belatedly recognize index symbols as lvalues.
+
2008-05-21 Stan Cox <scox@redhat.com>
* elaborate.cxx (dead_assignment_remover::visit_binary_expression): New.