]> gcc.gnu.org Git - gcc.git/commit
c-decl.c (store_parm_decls): Make saved_warn_shadow boolean.
authorNeil Booth <neil@daikokuya.co.uk>
Fri, 20 Jun 2003 22:56:36 +0000 (22:56 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Fri, 20 Jun 2003 22:56:36 +0000 (22:56 +0000)
commite01cc6dc6217e93c3ac55c346a5e5e6c91c3ca8d
tree0acc390403d38fbc9323dc9427575fc786cec53e
parentbdb0f0f5d2c6e51de3b8df71b6b3abd5d5f928a0
c-decl.c (store_parm_decls): Make saved_warn_shadow boolean.

* c-decl.c (store_parm_decls): Make saved_warn_shadow boolean.
* common.opt: Add remaining -W options and -g.
* diagnostic.c (warnings_are_errors): Remove.
* flags.h: Make most warning flags boolean.
* opts.c (common_handle_option): Handle remaining -W options, and -g.
Move many warning flags from toplev.c, making them boolean.
* toplev.c: Remove many warning flags.
(decode_W_option): Remove.
(decode_g_option): Make extern.  Error on unknown switch.
(lang_independent_W_options): Use warn_dummy.
(independent_decode_option): Just handle -f switches now.
* toplev.h (decode_g_option): New.

From-SVN: r68287
gcc/ChangeLog
gcc/c-decl.c
gcc/common.opt
gcc/diagnostic.c
gcc/flags.h
gcc/opts.c
gcc/toplev.c
gcc/toplev.h
This page took 0.063924 seconds and 5 git commands to generate.