------- Comment #23 from jv244 at cam dot ac dot uk 2009-07-24 15:43 ------- (In reply to comment #22) > Can you run it in a debugging session and do > > (gdb) break ggc_collect > (gdb) break cgraph_finalize_compilation_unit > > and see if ggc_collect is reached before cgraph_finalize_compilation_unit? >
cgraph_finalize_compilation_unit is reached first. After a continue gcc_collect is reached quickly, and an additional cont leads to the segfault. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40005