This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/40005] segfault in gt_ggc_mx_lang_tree_node



------- Comment #22 from rguenth at gcc dot gnu dot org  2009-07-24 15:32 -------
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?

Thanks.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40005


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]