]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 28 Dec 2021 00:17:27 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 28 Dec 2021 00:17:27 +0000 (00:17 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libgfortran/ChangeLog

index 1092928a364746a51689ef3def032ccb07bcae5e..0802d0e2c51a8ea54740dfe1cbf1f2c3c9d294f9 100644 (file)
@@ -1 +1 @@
-20211227
+20211228
index 5b61852983e29d0d9d0e36c9301c944b54c25ed6..afe48f1b56d5b6d53f1ce50c9e33fd78de1ed895 100644 (file)
@@ -1,3 +1,34 @@
+2021-12-27  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-12-10  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/103418
+       * check.c (variable_check): Replace previous check of procedure
+       dummy arguments with INTENT(IN) attribute when passed to intrinsic
+       procedures by gfc_check_vardef_context.
+       * expr.c (gfc_check_vardef_context): Correct check of INTENT(IN)
+       dummy arguments for the case of sub-components of a CLASS pointer.
+
+2021-12-27  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-12-22  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/103778
+       * check.c (is_c_interoperable): A BOZ literal constant is not
+       interoperable.
+
+2021-12-27  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-11-18  Harald Anlauf  <anlauf@gmx.de>
+                   Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/101329
+       * check.c (is_c_interoperable): Reject NULL() as it is not
+       interoperable.
+
 2021-12-19  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 4bad9bb3bac6ffe4fb96f78a0f72c4d0ff4390d0..061bd8344eb9b84cc7bce91af4dbbf3b6e2cbf80 100644 (file)
@@ -1,3 +1,37 @@
+2021-12-27  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-12-10  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/103418
+       * gfortran.dg/move_alloc_8.f90: Adjust error messages.
+       * gfortran.dg/pointer_intent_9.f90: New test.
+
+2021-12-27  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-12-14  Harald Anlauf  <anlauf@gmx.de>
+
+       PR libfortran/103634
+       * gfortran.dg/intrinsic_pack_6.f90: New test.
+
+2021-12-27  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-12-22  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/103778
+       * gfortran.dg/illegal_boz_arg_3.f90: New test.
+
+2021-12-27  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-11-18  Harald Anlauf  <anlauf@gmx.de>
+                   Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/101329
+       * gfortran.dg/pr101329.f90: New test.
+
 2021-12-19  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 2282350136b78f4a268b63bbffc31fc4b6498b93..b29c67109871421f50f0e88d767ceba5f7e570b5 100644 (file)
@@ -1,3 +1,13 @@
+2021-12-27  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-12-14  Harald Anlauf  <anlauf@gmx.de>
+
+       PR libfortran/103634
+       * intrinsics/pack_generic.c (pack_internal): Handle case when the
+       array argument of PACK has one or more extents of size zero to
+       avoid invalid reads.
+
 2021-04-08  Release Manager
 
        * GCC 10.3.0 released.