aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-01-22 00:16:22 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-01-22 00:16:22 +0000
commit7559d465fdac5fd7cc460a7d8bd12d2611acd371 (patch)
tree4d00fbc4f06266f012ef045950a23dd5e7d27843 /gcc/fortran
parent9929d04ee24dfe0a8b27eff7aaa4ff7a768186e5 (diff)
downloadgcc-7559d465fdac5fd7cc460a7d8bd12d2611acd371.zip
gcc-7559d465fdac5fd7cc460a7d8bd12d2611acd371.tar.gz
gcc-7559d465fdac5fd7cc460a7d8bd12d2611acd371.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index a84ac32..6ffaff0 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,18 @@
+2021-01-21 Jorge D'Elia <jdelia@cimec.unl.edu.ar>
+
+ * intrinsic.texi (CO_MAX): Fix typo.
+
+2021-01-21 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/96320
+ * decl.c (gfc_match_modproc): It is not an error to find a
+ module procedure declaration within a contains block.
+ * expr.c (gfc_check_vardef_context): Pure procedure result is
+ assignable. Change 'own_scope' accordingly.
+ * resolve.c (resolve_typebound_procedure): A procedure that
+ has the module procedure attribute is almost certainly a
+ module procedure, whatever its interface.
+
2021-01-19 Tobias Burnus <tobias@codesourcery.com>
PR fortran/98476