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

index 47b36b023d0f3cc49d2ded5aa58f97157dc77410..5e34ca4ca852c5b5a6e9169ab7b4741ceba2844c 100644 (file)
@@ -1 +1 @@
-20220930
+20221001
index 2e8b844eb0dc1d1c85ebf2ed5b81199d5463d1f5..4b0c932b715d418cfb285ae69a9c906e0b6e1acf 100644 (file)
@@ -1,3 +1,39 @@
+2022-09-30  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-09-27  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/107054
+       * simplify.c (gfc_simplify_unpack): Replace assert by condition
+       that terminates simplification when there are not enough elements
+       in the constructor of argument VECTOR.
+
+2022-09-30  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-09-22  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/82868
+       * trans-decl.c (generate_coarray_sym_init): Skip symbol
+       if attr.associate_var.
+
+2022-09-30  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-09-20  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/106985
+       * expr.c (gfc_simplify_expr): Avoid NULL pointer dereference.
+
+2022-09-30  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-08-24  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/103694
+       * simplify.c (simplify_size): The size expression of an array cannot
+       be simplified if an error occurs while resolving the array spec.
+
 2022-09-26  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 6debda40f89ebd64bf2342319c247f5fe0b5b965..a726cb3285b9ce8a3a47b81a7561f9b60df10f0e 100644 (file)
@@ -1,3 +1,35 @@
+2022-09-30  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-09-27  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/107054
+       * gfortran.dg/pr107054.f90: New test.
+
+2022-09-30  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-09-22  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/82868
+       * gfortran.dg/associate_26a.f90: New test.
+
+2022-09-30  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-09-20  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/106985
+       * gfortran.dg/pr106985.f90: New test.
+
+2022-09-30  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2022-08-24  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/103694
+       * gfortran.dg/pr103694.f90: New test.
+
 2022-09-26  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: