aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog
diff options
context:
space:
mode:
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 0229a92..1a84751 100644
--- a/gcc/c-family/ChangeLog
+++ b/gcc/c-family/ChangeLog
@@ -1,3 +1,9 @@
+2012-05-17 Manuel López-Ibáñez <manu@gcc.gnu.org>
+
+ * c.opt (--pedantic-errors,-pedantic-errors): Do not handle here.
+ * c-opts.c (c_common_handle_option): Do not handle explicitly
+ Wreturn-type, Wwrite-strings, warn_ecpp, and -pedantic-errors.
+
2012-05-16 Dodji Seketeli <dodji@redhat.com>
PR preprocessor/7263