From f68e3b297f6bbcf893e32b41c06948919e8127fc Mon Sep 17 00:00:00 2001 From: pault Date: Fri, 20 Nov 2015 15:01:34 +0000 Subject: [PATCH] Fix wrong attribution in gfortran ChangeLog git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230662 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fortran/ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 1c38f958ba0..e576570ae77 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 -- 2.11.4.GIT