[Bug fortran/32035] '<anonymous>' may be used uninitialized in this function
burnus at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue May 22 19:14:00 GMT 2007
------- 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
More information about the Gcc-bugs
mailing list