This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gc-improv] Convert ARM backend
- From: Daniel Jacobowitz <drow at false dot org>
- To: Laurynas Biveinis <laurynas dot biveinis at gmail dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 12 Nov 2009 09:53:10 -0500
- Subject: Re: [gc-improv] Convert ARM backend
- References: <d1e3ff2b0911090119x133db472sf6888fe2a231b7ff@mail.gmail.com>
On Mon, Nov 09, 2009 at 10:19:37AM +0100, Laurynas Biveinis wrote:
> - machine = (machine_function *) ggc_alloc_cleared (sizeof
> (machine_function));
> + machine = ggc_alloc_cleared_machine_function();
I happened to notice... you've lost the space before the open
parenthesis. If you're doing this across a lot of backends, I figured
I'd point it out now before you tried to merge anything :-)
--
Daniel Jacobowitz
CodeSourcery