]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 b03df3b8b857e61d8b31ca785cf6303cd93e3a6c..6b7f92b2f90f71af92733a5fb98abfb927e899e5 100644 (file)
@@ -1 +1 @@
-20220630
+20220701
index fb3403503c4f511b786cf78ccd2cad463618c574..a9ffa36d36bf43996a3596f89df07b29f574924c 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 1d7d8974094ca9cbd8058276dbe66baedd30e720..cfa0f4e49f045fccced30e032deddf2c7beee55a 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: