From: Jerry DeLisle Date: Sun, 25 Mar 2018 03:47:46 +0000 (+0000) Subject: fix changelog X-Git-Tag: basepoints/gcc-9~483 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47821ded49d9780dabe7f2775593a6906f494f55;p=thirdparty%2Fgcc.git fix changelog From-SVN: r258840 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 9ae0cc72ae94..f17ab53e28ec 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,7 +1,7 @@ 2018-03-24 Jerry DeLisle Dominique d'Humieres - PR fortran/84506 + PR fortran/89497 * symbol.c (gfc_free_namespace): Delete the assert and only if refs count is equals zero, free the namespace. Otherwise, something is halfway and other errors will resound.