On Wed, 2013-04-03 at 12:29 -0400, Diego Novillo wrote: > On 2013-04-03 12:09 , David Malcolm wrote: > > I tried grepping for these, but didn't see any. Where are these? Is > > this in svn trunk, or in a branch? > vec and edge_def. You need to grep for 'GTY((user))'.
Many thanks; got it now. [I was mistakenly searching for GTY((manual)) ] > The documentation should guide you in what you need to do. For reference, these docs are: http://gcc.gnu.org/onlinedocs/gccint/User-GC.html#User-GC (It seems a shame that one has to write 3 almost-identical functions; I wonder if there's a clean way of writing the traversal code only once) Thanks Dave