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 #8 from rguenth at gcc dot gnu dot org  2009-05-03 19:37 -------
This is not a new problem - our recursive GC manages to do this in some cases.

What helps sometimes is to adjust the way structures are linked to avoid too
deep recursion.  Maybe the GFortran FE trees are not optimized for that?

Thus, the question is what are we recursing on here?  type.next_variant
if my sources are matching yours (look at gt-fortran-f95-lang.h:337).

What type do we have so many variants of?


-- 


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]