re PR fortran/47674 (gfortran.dg/realloc_on_assign_5.f03: Segfault at run time for deferred (allocatable) string length)

2015-01-05  Thomas Koenig  <tkoenig@gcc.gnu.org>

	PR fortran/47674
	* dependency.h:  Actually commit changes.

From-SVN: r219195
This commit is contained in:
Thomas Koenig 2015-01-05 19:21:12 +00:00
parent a6377d52d7
commit 73b44fa4a4
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2015-01-05 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/47674
* dependency.h: Actually commit changes.
2015-01-05 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/47674

View File

@ -40,3 +40,5 @@ int gfc_expr_is_one (gfc_expr *, int);
int gfc_dep_resolver(gfc_ref *, gfc_ref *, gfc_reverse *);
int gfc_are_equivalenced_arrays (gfc_expr *, gfc_expr *);
gfc_expr * gfc_discard_nops (gfc_expr *);