• fxcoudert's avatar
    PR fortran/25106 · 90ba4622
    fxcoudert authored
    	* parse.c (next_free): Use new prototype for gfc_match_st_label.
    	Correctly emit hard error if a label is zero.
    	* match.c (gfc_match_st_label): Never allow zero as a valid
    	label.
    	(gfc_match, gfc_match_do, gfc_match_goto): Use new prototype for
    	gfc_match_st_label.
    	* primary.c (): Use new prototype for gfc_match_st_label.
    	* io.c (): Likewise.
    	* match.h: Likewise.
    
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107999 138bc75d-0d04-0410-961f-82ee72b054a4
    90ba4622
parse.c 56.5 KB