Searched refs:gfc_match_stopcode (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | match.cc | 3025 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 D | ChangeLog-2014 | 3 * match.c (gfc_match_stopcode): Permit error stop in pure 2277 * match.c (gfc_match_critical, gfc_match_stopcode,
|
H A D | ChangeLog-2010 | 3608 * 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 D | ChangeLog | 1179 * match.cc (gfc_match_stopcode): Implement parsing of F2018 QUIET
|
H A D | ChangeLog-2019 | 63 * match.c (gfc_match_stopcode): Remove redundant setting of 2084 * match.c (gfc_match_stopcode): Check F2008 condition on stop code.
|
H A D | ChangeLog-2011 | 1635 * match.c (gfc_match_critical, match_exit_cycle, gfc_match_stopcode, 3984 * match.c (gfc_match_critical, gfc_match_stopcode,
|
H A D | ChangeLog-2005 | 171 (gfc_match_st_label,gfc_match_stopcode): Account for cnt argument. 774 * match.c (gfc_match_stopcode): Set stop_code = -1.
|
H A D | ChangeLog-2003 | 256 * match.c (gfc_match_stopcode): Assign '0' to stop_code.
|
H A D | ChangeLog-2017 | 74 * match.c (gfc_match_stopcode): Use GFC_STD_F2018.
|
H A D | ChangeLog-2018 | 1594 (gfc_match_stopcode): Use GFC_STD_OPT_* macros.
|
H A D | ChangeLog-2016 | 1303 * match.c (gfc_match_stopcode): Fix error reporting for several
|
H A D | ChangeLog-2009 | 2674 gfc_match_stopcode, gfc_match_assign, gfc_match_goto,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | match.c | 3019 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()
|