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 (5/n): Update libiberty users


On Tue, May 25, 2010 at 9:41 AM, Laurynas Biveinis
<laurynas.biveinis@gmail.com> wrote:
> This patch creates splay trees and hash tables with appropriate
> callbacks passed.
>
> Bootstrapped/regtested on x86-64/linux together with the rest of
> gc-improv. OK for trunk with the rest?

Ok.

Thanks,
Richard.

> 2010-05-25 ?Laurynas Biveinis ?<laurynas.biveinis@gmail.com>
>
> ? ? ? ?* cfgloop.c (record_loop_exits): Use htab_create_ggc.
> ? ? ? ?* tree-scalar-evolution.c (scev_initialize): Likewise.
> ? ? ? ?* alias.c (record_alias_subset): Update splay_tree_new_ggc call.
> ? ? ? ?* dwarf2asm.c (dw2_force_const_mem): Likewise.
> ? ? ? ?* omp-low.c (lower_omp_critical): Likewise.
>
> --
> Laurynas
>


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