This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [3.4/mainline] PR 15004
- From: Richard Henderson <rth at redhat dot com>
- To: Jan Hubicka <jh at suse dot cz>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 28 Apr 2004 12:55:23 -0700
- Subject: Re: [3.4/mainline] PR 15004
- References: <20040428140201.GA20765@kam.mff.cuni.cz>
On Wed, Apr 28, 2004 at 04:02:01PM +0200, Jan Hubicka wrote:
> * function.c (do_warn_unused_parameter): Break out form ...
> (expand_function_end): ... here; warn only when not using cgraphunit.
> * function.h (do_warn_unused_parameter): Declare.
> * cgraphunit.c: Include function.h.
> (cgraph_finalize_function): Do unused parameter warning.
> * Makefile.in (cgraphunit.o): Depend on function.h
Ok.
r~