]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c/53063 (encode group options in the .opt files)
authorManuel López-Ibáñez <manu@gcc.gnu.org>
Sat, 20 Oct 2012 14:17:08 +0000 (14:17 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Sat, 20 Oct 2012 14:17:08 +0000 (14:17 +0000)
commit4a0ae68e1ce9e7fb876b9846bee6a77d9c592e52
treec0cc84d9ea7c7ca3b8febc047eeae70bb2aa18ac
parentf6df08e637baa5670a655e9f5736da11ea8627da
re PR c/53063 (encode group options in the .opt files)

2012-10-20  Manuel López-Ibáñez  <manu@gcc.gnu.org>

PR c/53063
PR c/40989
c-family/
* c.opt (Waddress,Wchar-subscripts,Wsign-conversion,Wimplicit,
Wimplicit-function-declaration,Wimplicit-int,Wsizeof-pointer-memaccess,
Wnarrowing,Wparentheses,Wpointer-sign,Wreturn-type,Wsequence-point,
Wsign-compare,Wuninitialized,Wmaybe-uninitialized,Wunused,
Wvolatile-register-var): Add LangEnabledBy or EnabledBy.
* c-opts.c (c_common_handle_option): Remove explicit handling from
here.
(c_common_post_options): Likewise.
gcc/
* opts.c (finish_options): Remove explicit handling from here.

From-SVN: r192635
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c-opts.c
gcc/c-family/c.opt
gcc/opts.c