[Bug fortran/43851] Add _gfortran_error_stop_numeric

jvdelisle at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sun Jun 6 06:10:00 GMT 2010



------- Comment #9 from jvdelisle at gcc dot gnu dot org  2010-06-06 06:10 -------
There is one last improvement we can do here.  Currently we are using
gfc_match_init_expr.  This works fine, but the error messages are worded toward
initialization expressions and not stop codes.  We could generalize the
messages in gfc_match_init_expr or come up with a way to either signal a
different message for a stop code or create a new function such as
gfc_match_stopcode_expr.


-- 


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



More information about the Gcc-bugs mailing list