------- Comment #5 from burnus at gcc dot gnu dot org  2007-05-22 20:14 -------
> It might have to do with stop not being marked as noreturn.
How to mark as noreturn? I mean differently from what is alreay done in
trans-decl.c:

  gfor_fndecl_stop_numeric =
    gfc_build_library_function_decl (get_identifier (PREFIX("stop_numeric")),
                                     void_type_node, 1, gfc_int4_type_node);
  /* Stop doesn't return.  */
  TREE_THIS_VOLATILE (gfor_fndecl_stop_numeric) = 1;


-- 


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

Reply via email to