From: pault Date: Fri, 20 Nov 2015 15:01:34 +0000 (+0000) Subject: Fix wrong attribution in gfortran ChangeLog X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f68e3b297f6bbcf893e32b41c06948919e8127fc;p=thirdparty%2Fgcc.git Fix wrong attribution in gfortran ChangeLog git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230662 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 1c38f958ba04..e576570ae77f 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