Home
last modified time | relevance | path

Searched refs:gfc_match_stopcode (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dmatch.cc3025 gfc_match_stopcode (gfc_statement st) in gfc_match_stopcode() function
3249 m = gfc_match_stopcode (ST_PAUSE); in gfc_match_pause()
3264 return gfc_match_stopcode (ST_STOP); in gfc_match_stop()
3276 return gfc_match_stopcode (ST_ERROR_STOP); in gfc_match_error_stop()
H A DChangeLog-20143 * match.c (gfc_match_stopcode): Permit error stop in pure
2277 * match.c (gfc_match_critical, gfc_match_stopcode,
H A DChangeLog-20103608 * match.c (gfc_match_stopcode): Move gfc_match_eos call inside
3724 * match.c (gfc_match_stopcode): Use gfc_match_init_expr. Go to cleanup
3801 * match.c (gfc_match_stopcode): Remove use of the actual stop code to
4901 (gfc_match_stopcode): Handle ERROR STOP.
H A DChangeLog1179 * match.cc (gfc_match_stopcode): Implement parsing of F2018 QUIET
H A DChangeLog-201963 * match.c (gfc_match_stopcode): Remove redundant setting of
2084 * match.c (gfc_match_stopcode): Check F2008 condition on stop code.
H A DChangeLog-20111635 * match.c (gfc_match_critical, match_exit_cycle, gfc_match_stopcode,
3984 * match.c (gfc_match_critical, gfc_match_stopcode,
H A DChangeLog-2005171 (gfc_match_st_label,gfc_match_stopcode): Account for cnt argument.
774 * match.c (gfc_match_stopcode): Set stop_code = -1.
H A DChangeLog-2003256 * match.c (gfc_match_stopcode): Assign '0' to stop_code.
H A DChangeLog-201774 * match.c (gfc_match_stopcode): Use GFC_STD_F2018.
H A DChangeLog-20181594 (gfc_match_stopcode): Use GFC_STD_OPT_* macros.
H A DChangeLog-20161303 * match.c (gfc_match_stopcode): Fix error reporting for several
H A DChangeLog-20092674 gfc_match_stopcode, gfc_match_assign, gfc_match_goto,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmatch.c3019 gfc_match_stopcode (gfc_statement st) in gfc_match_stopcode() function
3208 m = gfc_match_stopcode (ST_PAUSE); in gfc_match_pause()
3223 return gfc_match_stopcode (ST_STOP); in gfc_match_stop()
3235 return gfc_match_stopcode (ST_ERROR_STOP); in gfc_match_error_stop()