------- 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