[tree-ssa] Garbage collector x bb annotations

Zdenek Dvorak rakdver@atrey.karlin.mff.cuni.cz
Mon Oct 6 22:31:00 GMT 2003


Hello,

I have just run into the following problem: dom_children get released by
ggc_collect call in tree-ssa-pre.  Allocating them by ggc seems wrong to
me, since basic block annotations are allocated from obstack and
invisible to garbage collector.

Zdenek



More information about the Gcc mailing list