]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 20 Sep 2021 00:17:58 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 20 Sep 2021 00:17:58 +0000 (00:17 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 2c8e6df035019eb4fa371c3a32f8fb5738ce9f37..c1155ef234139b95b7a7186f2887fc703551b18d 100644 (file)
@@ -1 +1 @@
-20210919
+20210920
index 0bf49316331c66cf8ae3a51844bcd46ed4ac549a..f6863fb900a73f60e206b159c6af60d3d45faaec 100644 (file)
@@ -1,3 +1,22 @@
+2021-09-19  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-09-16  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/102287
+       * trans-expr.c (gfc_conv_procedure_call): Wrap deallocation of
+       allocatable components of optional allocatable derived type
+       procedure arguments with INTENT(OUT) into a presence check.
+
+2021-09-19  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-09-14  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/102311
+       * resolve.c (resolve_entries): Attempt to recover cleanly after
+       rejecting mismatched function entries.
+
 2021-09-16  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index c24b22609b2c494aa661ac3f3845878ea4ea4b87..2ea65ee2d7f29111537479191e2541bceca2af53 100644 (file)
@@ -1,3 +1,19 @@
+2021-09-19  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-09-16  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/102287
+       * gfortran.dg/intent_out_14.f90: New test.
+
+2021-09-19  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-09-14  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/102311
+       * gfortran.dg/entry_25.f90: New test.
+
 2021-09-17  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc.target/sparc/20210917-1.c: New test.