007-01-29 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
commit92fccaaa535d5555bda8058c165fe3b2e0528c88
authormanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Jan 2007 21:05:58 +0000 (29 21:05 +0000)
committermanu <manu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Jan 2007 21:05:58 +0000 (29 21:05 +0000)
treed2e910056e5bca216a5240901b18a528d2b8fe28
parente00076da6d4b2beea95861f41ef32d6aaac272d3
007-01-29  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

* c-decl.c (pop_scope): Replace warnings with call to
warn_for_unused_label.
* c-common.h (warn_for_unused_label): Declare.
* c-common.c (warn_for_unused_label): Define.
cp/
* decl.c (pop_label): Replace warning with call to
warn_for_unused_label.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121310 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-common.c
gcc/c-common.h
gcc/c-decl.c
gcc/cp/ChangeLog
gcc/cp/decl.c