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 34e4af1a..e3e67b33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-05-20 Frank Ch. Eigler <fche@elastic.org>
+
+ PR 6538
+ * elaborate.cxx (semantic_pass_opt2): Warn about read-only locals and
+ globals.
+ * staptree.cxx (varuse_collecting_visitor::visit_symbol): Recognize
+ initialized global as written-to.
+ (visit_foreach_loop): Belatedly recognize index symbols as lvalues.
+
2008-05-20 Tim Moore <timoore@redhat.com>
* configure.ac: Check for tr1/unordered_map header.