This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C PATCH] PR23228
- From: Richard Henderson <rth at redhat dot com>
- To: Steven Bosscher <stevenb at suse dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 18 Oct 2005 14:49:59 -0700
- Subject: Re: [C PATCH] PR23228
- References: <200510132158.52040.stevenb@suse.de>
On Thu, Oct 13, 2005 at 09:58:51PM +0200, Steven Bosscher wrote:
> * c-decl.c (pop_scope): Don't warn about an unused variable
> if it is marked with TREE_NO_WARNING.
> (duplicate_decls): Set TREE_NO_WARNING if olddecl and newdecl
> somenow mismatch and olddecl is to be replaced.
Ok.
r~