On Thu, Nov 13, 2014 at 05:32:08PM -0700, Jeff Law wrote: > On 11/12/14 22:55, tsaund...@mozilla.com wrote: > >From: Trevor Saunders <tsaund...@mozilla.com> > > > >Hi, > > > >$subject. > > > >bootstrapped + regtested x86_64-unknown-linux-gnu, ok? > > > >Trev > > > > > >ada/ > > > > * gcc-interface/decl.c, gcc-interface/utils.c: replace htab with > > hash_table. > > > >cp/ > > > > * cp-objcp-common.c: Use hash_table instead of htab. > > > >gcc/ > > > > * config/i386/i386.c, function.c, trans-mem.c, tree-core.h, > > tree.c, tree.h, ubsan.c, varasm.c: Use hash_table instead of htab. > OK. > > Does it make sense to follow-up with a patch to drop the if_marked tag? Or > are we going to keep it for compatibility with plugins that might be using > it in their hash tables?
Its looking tight, but I'm still hopeful I can remove if_marked, param_is and the splay tree allocator stuff from gengtype this stage 1. thanks! Trev > > jeff >