diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-04-21 00:16:23 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2021-04-21 00:16:23 +0000 |
commit | be8aad8d73f47e2581c873ba1069489e071c2a86 (patch) | |
tree | 0cd97c130b59f37b6c7e54617e71b14ce4bcebea /gcc/fortran | |
parent | 5491da23088734d516aae220810f253b9922c98c (diff) | |
download | gcc-be8aad8d73f47e2581c873ba1069489e071c2a86.zip gcc-be8aad8d73f47e2581c873ba1069489e071c2a86.tar.gz gcc-be8aad8d73f47e2581c873ba1069489e071c2a86.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 2e61504..1780397 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,10 @@ +2021-04-20 Paul Thomas <pault@gcc.gnu.org> + + PR fortran/100110 + * trans-decl.c (gfc_get_symbol_decl): Replace test for host + association with a check that the current and symbol namespaces + are the same. + 2021-04-19 Thomas Schwinge <thomas@codesourcery.com> * lang.opt (fopenacc-kernels=): Remove. |