From: Paul Thomas Date: Fri, 20 Nov 2015 15:01:34 +0000 (+0000) Subject: Fix wrong attribution in gfortran ChangeLog X-Git-Tag: upstream/12.2.0~50638 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1add8de5b7092621ae7271e19e9ff4a371a303e8;p=platform%2Fupstream%2Fgcc.git Fix wrong attribution in gfortran ChangeLog From-SVN: r230662 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 1c38f95..e576570 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,10 +1,10 @@ -2015-11-20 Paul Thomas +2015-11-20 Steven G. Kargl PR fortran/68237 * decl.c (gfc_match_submod_proc): Test the interface symbol before accessing its attributes. -2015-11-20 Steven G. Kargl +2015-11-20 Paul Thomas PR fortran/66762 (gfc_get_symbol_decl): Test for attr.used_in_submodule as well