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: [PATCH] gc-improv merge (2/n): make gengtype output typed allocators


2010/5/25 Richard Guenther <richard.guenther@gmail.com>:
> + Âbool third_arg = (zone == specific_zone) && (variable_size
> + Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â|| (quantity == vector));
>
> please use an extra pair of () and align the && vertically instead.

OK.

>
> +/* ÂWrites a typed GC allocator for type S that is suitable as a callback for
> + Â Âthe splay tree implementation in libiberty. Â*/
>
> too many leading spaces.

OK.

> Ok with the above changes.

Thanks,

-- 
Laurynas


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