Re: [PATCH 1/2] remove a few more ggc htabs

2014-11-17 Thread Richard Biener
On Fri, Nov 14, 2014 at 10:12 PM, wrote: > From: Trevor Saunders > > Hi, > > $subject > > bootstrapped + regtested x86_64-unknown-linux-gnu, ok? > > Trev > > gcc/ > > * ipa-utils.c, lto-section-in.c, lto-streamer.h, > tree-scalar-evolution.c: Replace htab with hash_table. > > lto

[PATCH 1/2] remove a few more ggc htabs

2014-11-14 Thread tsaunders
From: Trevor Saunders Hi, $subject bootstrapped + regtested x86_64-unknown-linux-gnu, ok? Trev gcc/ * ipa-utils.c, lto-section-in.c, lto-streamer.h, tree-scalar-evolution.c: Replace htab with hash_table. lto/ * lto.c: Replace htab with hash_table. diff --git a/gcc