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