]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 2 Jul 2022 00:17:34 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 2 Jul 2022 00:17:34 +0000 (00:17 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 6b7f92b2f90f71af92733a5fb98abfb927e899e5..eb05de3bc0c9ac12af853b262b25a568b21d41d6 100644 (file)
@@ -1 +1 @@
-20220701
+20220702
index 8edae9380d416b4cb18b0501c85f3992fdf79f77..c863c8e98332a232f364a577eaf8ef778910ef05 100644 (file)
@@ -1,3 +1,33 @@
+2022-07-01  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-06-26  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/105954
+       * decl.c (variable_decl): Adjust upper bounds for explicit-shape
+       specs with constant bound expressions to ensure non-negative
+       extents.
+
+2022-07-01  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-06-26  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/105691
+       * simplify.c (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-07-01  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-06-24  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/105813
+       * check.c (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-06-28  Release Manager
 
        * GCC 10.4.0 released.
index a032b35be839322c12a8894d659e15cd4b5c5010..c37b678571e845fe1a36758d52177b5e141e58e4 100644 (file)
@@ -1,3 +1,27 @@
+2022-07-01  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-07-01  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-07-01  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  Release Manager
 
        * GCC 10.4.0 released.