]> gcc.gnu.org Git - gcc.git/commit
c.opt (--pedantic-errors,-pedantic-errors): Do not handle here.
authorManuel López-Ibáñez <manu@gcc.gnu.org>
Thu, 17 May 2012 11:50:37 +0000 (11:50 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Thu, 17 May 2012 11:50:37 +0000 (11:50 +0000)
commit9b095bf15cf5225b4223d33614d001cd44a501fc
tree9b9ef6fa3edd4dba37b6733c714b6a1103bd602c
parentf330f5991ef0182d59ab6b5b1c31f3bd5cb125ee
c.opt (--pedantic-errors,-pedantic-errors): Do not handle here.

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.

From-SVN: r187628
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c-opts.c
gcc/c-family/c.opt
gcc/optc-gen.awk
gcc/opts.c
This page took 0.055648 seconds and 5 git commands to generate.