diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-05-02 00:17:18 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2025-05-02 00:17:18 +0000 |
commit | fd013e3fe47f2623b581213c6d7c08bdbd5b1614 (patch) | |
tree | abc7c04f5df9b904f1656a2bb26a47fe692f7527 /gcc/fortran | |
parent | 262a89fae6344e5c4e410da1dd5ffafbcee49fc0 (diff) | |
download | gcc-fd013e3fe47f2623b581213c6d7c08bdbd5b1614.zip gcc-fd013e3fe47f2623b581213c6d7c08bdbd5b1614.tar.gz gcc-fd013e3fe47f2623b581213c6d7c08bdbd5b1614.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 e6ecc8d..9b2a48d 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,10 @@ +2025-05-01 Paul Thomas <pault@gcc.gnu.org> + + PR fortran/119948 + * resolve.cc (gfc_impure_variable): The result of a module + procedure with an interface declaration is not impure even if + the current namespace is not the same as the symbol's. + 2025-04-25 Harald Anlauf <anlauf@gmx.de> PR fortran/102900 |