This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gc-improv] Convert ARM backend


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]