aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Thomas <pault@gcc.gnu.org>2020-08-02 11:03:24 +0100
committerGiuliano Belinassi <giuliano.belinassi@usp.br>2020-08-17 13:20:35 -0300
commitddc08903f87b51dce8374c0d62ab9ec071ecc04b (patch)
treeb1012379e0f68c2f1cc30cc73f5f087ccef68f8c
parent41dd828f7dc88154d82b0fb9666c553823412078 (diff)
downloadgcc-ddc08903f87b51dce8374c0d62ab9ec071ecc04b.zip
gcc-ddc08903f87b51dce8374c0d62ab9ec071ecc04b.tar.gz
gcc-ddc08903f87b51dce8374c0d62ab9ec071ecc04b.tar.bz2
Update ChangeLogs for PR96320
-rw-r--r--gcc/fortran/ChangeLog8
-rw-r--r--gcc/testsuite/ChangeLog5
2 files changed, 13 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index bfef3b8..ecb5784 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,11 @@
+2020-08-01 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/96320
+ * interface.c (gfc_check_dummy_characteristics): If a module
+ procedure arrives with assumed shape in the interface and
+ deferred shape in the procedure itself, update the latter and
+ copy the lower bounds.
+
2020-08-02 Paul Thomas <pault@gcc.gnu.org>
PR fortran/96325
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 9897803..0966419 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2020-08-01 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/96320
+ * gfortran.dg/module_procedure_4.f90 : New test.
+
2020-08-02 Paul Thomas <pault@gcc.gnu.org>
PR fortran/96325