Copy link
@jpf91

jpf91 Aug 11, 2015

Author Contributor

I guess I'll have to read some GCC GC docs. Are you sure that hash_table has got GC support? I get this error:

./gtype-d.h: In function 'void gt_ggc_mx_language_function(void*)':
./gtype-d.h:46:32: error: no matching function for call to 'gt_ggc_mx(hash_table<d_label_hasher>*)'
       gt_ggc_mx (&((*x).labels));

And there's not a single GTY in hash-table.h