]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c-family/c.opt
re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)
authorManuel López-Ibáñez <manu@gcc.gnu.org>
Tue, 2 Jan 2007 17:33:25 +0000 (17:33 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Tue, 2 Jan 2007 17:33:25 +0000 (17:33 +0000)
commitb1ed4cb43c9b43a57b28d35c46062607af6e6a64
tree2b0687af1952de91d3b3f408b09402cfbbfa1bba
parentd887a68299b172a03c4648b16fdfbef9dcf25ce0
re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)

2007-01-02  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

PR middle-end/7651
* c.opt (Wold-style-declaration): New.
* doc/invoke.texi (C-only Warning Options): New.
(Wold-style-declaration): Document it.
(Wextra): Enabled by -Wextra.
* c-opts.c (c_common_post_options): Enabled by -Wextra.
* c-decl.c (declspecs_add_scspec): Replace -Wextra with
-Wold-style-declaration.

testsuite/
* gcc.dg/declspec-3.c: Replace -W with -Wold-style-declaration.
* gcc.dg/declspec-3-Wextra.c: New.
* gcc.dg/declspec-3-no.c: New

From-SVN: r120347
gcc/ChangeLog
gcc/c-decl.c
gcc/c-opts.c
gcc/c.opt
gcc/doc/invoke.texi
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/declspec-3-Wextra.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/declspec-3-no.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/declspec-3.c