On Thu, 17 Dec 2015, Bernd Schmidt wrote: > On 12/17/2015 10:59 AM, Richard Biener wrote: > > > > +extern void gt_ggc_mx (gimple *&); > > +extern void gt_pch_nx (gimple *&); > > + > > This doesn't occur in the ChangeLog - unrelated change?
Not unrelated, it's required to make gtype-desc.c compile. See other occurances of these forward-decls. They are needed from hash_map/table. Took me quite a while to figure out ;) Richard.