]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/fortran/ChangeLog
[Fortran] Fix result-variable handling of MODULE PROCEDURE (PR94348)
[thirdparty/gcc.git] / gcc / fortran / ChangeLog
index 02f0141bebfd5b098018ebed87b20d6da1cbff2c..48bf8bfc7fa2152c95f059b17d03acdc4317b313 100644 (file)
@@ -1,3 +1,9 @@
+2020-03-28  Tobias Burnus  <tobias@codesourcery.com>
+
+       PR fortran/94348
+       * decl.c (gfc_match_submod_proc): Add result var to the
+       proc's namespace.
+
 2020-03-27  Tobias Burnus  <tobias@codesourcery.com>
 
        PR fortran/93957