aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7a4bdbe..c738fb0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2010-06-01 Richard Guenther <rguenther@suse.de>
+
+ * optabs.c (init_optabs): Guard all accesses to reinit.
+ * ipa-pure-const.c (propagate): Fix another typo.
+ * opts.c (common_handle_option): Split assignment to bool.
+ * c-opts.c (c_common_handle_option): Likewise.
+
2010-06-01 Arnaud Charlet <charlet@adacore.com>
Matthew Gingell <gingell@adacore.com>