------- Comment #7 from burnus at gcc dot gnu dot org  2007-06-22 19:16 -------
One of the problems is that
   gfc_match_rvalue (&expr);
does not set expr to NULL by default or when an error occurs. Therefore
   gcc_assert (expr && sym == expr->symtree->n.sym);
does not fail but crashes randomly. One probably should fix gfc_match_rvalue
rather than using simply expr = NULL in check_host_association.


-- 


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

Reply via email to