Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 1 Jul 2022 00:19:20 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 1 Jul 2022 00:19:20 +0000 (00:19 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index b03df3b..6b7f92b 100644 (file)
@@ -1 +1 @@
-20220630
+20220701
index fb34035..a9ffa36 100644 (file)
@@ -1,3 +1,33 @@
+2022-06-30  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-06-26  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/105954
+       * decl.cc (variable_decl): Adjust upper bounds for explicit-shape
+       specs with constant bound expressions to ensure non-negative
+       extents.
+
+2022-06-30  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-06-26  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/105691
+       * simplify.cc (gfc_simplify_index): Replace old simplification
+       code by the equivalent of the runtime library implementation.  Use
+       HOST_WIDE_INT instead of int for string index, length variables.
+
+2022-06-30  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-06-24  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/105813
+       * check.cc (gfc_check_unpack): Try to simplify MASK argument to
+       UNPACK so that checking of the VECTOR argument can work when MASK
+       is a variable.
+
 2022-05-13  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 1d7d897..cfa0f4e 100644 (file)
@@ -1,3 +1,27 @@
+2022-06-30  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-06-26  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/105954
+       * gfortran.dg/pr105954.f90: New test.
+
+2022-06-30  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-06-26  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/105691
+       * gfortran.dg/index_6.f90: New test.
+
+2022-06-30  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-06-24  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/105813
+       * gfortran.dg/unpack_vector_1.f90: New test.
+
 2022-06-28  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master: