Commit d52a6e0a by Steven G. Kargl

gfortran.h (gfc_free_dt_list): Remove prototype.

2019-06-12  Steven G. Kargl  <kargl@gcc.gnu.org>
 
	* gfortran.h (gfc_free_dt_list): Remove prototype.

From-SVN: r272220
parent c22898f1
2019-06-12 Steven G. Kargl <kargl@gcc.gnu.org> 2019-06-12 Steven G. Kargl <kargl@gcc.gnu.org>
* gfortran.h (gfc_free_dt_list): Remove prototype.
2019-06-12 Steven G. Kargl <kargl@gcc.gnu.org>
PR fortran/90002 PR fortran/90002
* array.c (gfc_free_array_spec): When freeing an array-spec, avoid * array.c (gfc_free_array_spec): When freeing an array-spec, avoid
an ICE for assumed-shape coarrays an ICE for assumed-shape coarrays
......
...@@ -3117,8 +3117,6 @@ void gfc_traverse_user_op (gfc_namespace *, void (*)(gfc_user_op *)); ...@@ -3117,8 +3117,6 @@ void gfc_traverse_user_op (gfc_namespace *, void (*)(gfc_user_op *));
void gfc_save_all (gfc_namespace *); void gfc_save_all (gfc_namespace *);
void gfc_enforce_clean_symbol_state (void); void gfc_enforce_clean_symbol_state (void);
void gfc_free_dt_list (void);
gfc_gsymbol *gfc_get_gsymbol (const char *, bool bind_c); gfc_gsymbol *gfc_get_gsymbol (const char *, bool bind_c);
gfc_gsymbol *gfc_find_gsymbol (gfc_gsymbol *, const char *); gfc_gsymbol *gfc_find_gsymbol (gfc_gsymbol *, const char *);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment