aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2012-01-10 16:27:55 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2012-01-10 16:27:55 +0000
commitaee1522197074239bfe9629b009015ac1c595810 (patch)
tree1c61d89d27908a9260eb91b58e5f14ab2e1024ed /gcc/c-family/ChangeLog
parentb339cf22f10f7816f4cd6056665e44a8c68479b2 (diff)
downloadgcc-aee1522197074239bfe9629b009015ac1c595810.zip
gcc-aee1522197074239bfe9629b009015ac1c595810.tar.gz
gcc-aee1522197074239bfe9629b009015ac1c595810.tar.bz2
re PR lto/51806 (-flto ignores -Werror)
2012-01-10 Richard Guenther <rguenther@suse.de> PR middle-end/51806 c-family/ * c-opts.c (c_common_handle_option): Move -Werror handling to language independent code. * opts.c (common_handle_option): Handle -Werror. From-SVN: r183069
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r--gcc/c-family/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 95ce166..10a9ddd 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,9 @@
+2012-01-10 Richard Guenther <rguenther@suse.de>
+
+ PR middle-end/51806
+ * c-opts.c (c_common_handle_option): Move -Werror handling
+ to language independent code.
+
2012-01-05 Richard Guenther <rguenther@suse.de>
PR middle-end/51764