]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/optc-gen.awk
2012-05-17 Manuel López-Ibáñez <manu@gcc.gnu.org>
authormanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 May 2012 11:50:37 +0000 (11:50 +0000)
committermanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 May 2012 11:50:37 +0000 (11:50 +0000)
commitdb490cb60617aeb04e2e2e6633b258237d581a31
tree9b9ef6fa3edd4dba37b6733c714b6a1103bd602c
parent255b5d15717f1288b62041a9bc962d1b1fe86af0
2012-05-17  Manuel López-Ibáñez  <manu@gcc.gnu.org>

c-family/
* 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.
gcc/
* opts.c (common_handle_option): -pedantic-errors enables -Wpedantic.
(enable_warning_as_error): Do not special case Wuninitialized.
* optc-gen.awk: Add sanity checks.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187628 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c-opts.c
gcc/c-family/c.opt
gcc/optc-gen.awk
gcc/opts.c