http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50627
--- Comment #2 from janus at gcc dot gnu.org 2011-10-06 10:58:57 UTC --- (In reply to comment #1) > > f951: internal compiler error: in gfc_free_namespace, at > > fortran/symbol.c:3259 > > That line is: > > gcc_assert (ns->refs == 0); ... and the problem is that ns->refs is "-1", which probably means we free the namespace twice ?!?