c-decl.c (init_decl_processing): Don't call start_identifier_warnings.
commit84b7783609980a52d9b4471bc3c558ea862dcb62
authorNeil Booth <neil@daikokuya.demon.co.uk>
Sun, 27 May 2001 21:04:28 +0000 (27 21:04 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sun, 27 May 2001 21:04:28 +0000 (27 21:04 +0000)
treeddc105f7ab823ba9b7f49c48da4aa669a5fe6490
parent7b78a14a37cd517efee40901397dc272ecb55211
c-decl.c (init_decl_processing): Don't call start_identifier_warnings.

* c-decl.c (init_decl_processing):
 Don't call start_identifier_warnings.
* flags.h (warn_id_clash, id_clash_len): Remove.
* stringpool.c: Don't include flags.h.
(scan_for_clashes, do_identifier_warnings,
start_identifier_warnings): Remove.
* toplev.c (warn_id_clash, id_clash_len): Remove.
(display_help): Don't document -Wid-clash.
(decode_W_option): Print warning on -Wid-clash.
* tree.h (start_identifier_warnings): Remove.
* invoke.texi: Remove documentation of -Wid-clash.

From-SVN: r42665
gcc/ChangeLog
gcc/c-decl.c
gcc/flags.h
gcc/invoke.texi
gcc/stringpool.c
gcc/toplev.c
gcc/tree.h