Re: [PATCH 2/5] remove the remaining uses of if_marked

2014-11-13 Thread Trevor Saunders
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 > > > >Hi, > > > >$subject. > > > >bootstrapped + regtested x86_64-unknown-linux-gnu, ok? > > > >Trev > > > > > >ada/ > > > > * gcc-interface/decl.c, gcc-interfa

Re: [PATCH 2/5] remove the remaining uses of if_marked

2014-11-13 Thread Jeff Law
On 11/12/14 22:55, tsaund...@mozilla.com wrote: From: Trevor Saunders 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_tab

Re: [PATCH 2/5] remove the remaining uses of if_marked

2014-11-12 Thread Marek Polacek
On Thu, Nov 13, 2014 at 12:55:40AM -0500, tsaund...@mozilla.com wrote: > From: Trevor Saunders > diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c > index b70c56c..227509a 100644 > --- a/gcc/config/i386/i386.c > +++ b/gcc/config/i386/i386.c > @@ -14032,14 +14032,34 @@ legitimize_tls_add

[PATCH 2/5] remove the remaining uses of if_marked

2014-11-12 Thread tsaunders
From: Trevor Saunders 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/i