On Wed, Oct 15, 2014 at 09:30:42AM +0200, Richard Biener wrote: > > This makes it possible to use hash-table from generator programs > after it got GGC support. The following simple approach (compared > to that in vec.h) works for my usage on the match-and-simplify > branch. > > I'll give it a round of bootstrap there once I finish a merge > from trunk. > > Ok for trunk?
LGTM, thanks. > 2014-10-15 Richard Biener <rguent...@suse.de> > > * hash-table.c: Include bconfig.h if building for the host. > * hash-table.h: Do not include ggc.h on the host but just declare > a few ggc allocation templates. Jakub