diff options
author | Paul Thomas <pault@gcc.gnu.org> | 2015-11-20 15:01:34 +0000 |
---|---|---|
committer | Paul Thomas <pault@gcc.gnu.org> | 2015-11-20 15:01:34 +0000 |
commit | 1add8de5b7092621ae7271e19e9ff4a371a303e8 (patch) | |
tree | 4f40113265c5f8e9c304af76ebc5d90afe18a660 /gcc | |
parent | cded791923589322b993c18c19179d601943df87 (diff) | |
download | gcc-1add8de5b7092621ae7271e19e9ff4a371a303e8.zip gcc-1add8de5b7092621ae7271e19e9ff4a371a303e8.tar.gz gcc-1add8de5b7092621ae7271e19e9ff4a371a303e8.tar.bz2 |
Fix wrong attribution in gfortran ChangeLog
From-SVN: r230662
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
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 <pault@gcc.gnu.org> +2015-11-20 Steven G. Kargl <kargl@gcc.gnu.org> PR fortran/68237 * decl.c (gfc_match_submod_proc): Test the interface symbol before accessing its attributes. -2015-11-20 Steven G. Kargl <kargl@gcc.gnu.org> +2015-11-20 Paul Thomas <pault@gcc.gnu.org> PR fortran/66762 (gfc_get_symbol_decl): Test for attr.used_in_submodule as well |