This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: Factor some code in xgcc
- From: Diego Novillo <dnovillo at google dot com>
- To: gcc-patches at gcc dot gnu dot org, Dan Hipschman <dsh at google dot com>
- Date: Tue, 31 Jul 2007 08:25:43 -0400
- Subject: Re: PATCH: Factor some code in xgcc
- References: <20070720024638.GA11958@google.com>
On 7/19/07 10:46 PM, Dan Hipschman wrote:
> * gcc.c (end_going_arg): New function.
> (do_spec_2): Use it.
> (do_spec_1): Use it.
> +static void
> +end_going_arg (void)
Needs comment. OK with that change.