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

index bed72424417777a9214883648c66d2a2b34eccf8..c59e542a641a3588fea0bd74e6362c8127f6d9f1 100644 (file)
@@ -1 +1 @@
-20211211
+20211212
index 24438ec4979b907b7b9cc03b82c883104c150312..f5a02938ff84fe78836345f919236db206758609 100644 (file)
@@ -1,3 +1,33 @@
+2021-12-11  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-11-30  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/102787
+       * array.c (expand_constructor): When encountering a constant array
+       expression or array section within a constructor, simplify it to
+       enable better expansion.
+
+2021-12-11  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-10-14  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/102717
+       * simplify.c (gfc_simplify_reshape): Replace assert by error
+       message for negative elements in SHAPE array.
+
+2021-12-11  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-11-26  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/103411
+       * check.c (gfc_check_reshape): Improve check of size of source
+       array for the RESHAPE intrinsic against the given shape when pad
+       is not given, and shape is a parameter.  Try other simplifications
+       of shape.
+
 2021-12-10  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index fd74b9aeb211d34c694bf2e0fcefc1111d507bcd..62d4646b65960d659baa1cc9e208a2b86ed496a0 100644 (file)
@@ -1,3 +1,28 @@
+2021-12-11  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-11-30  Harald Anlauf  <anlauf@gmx.de>
+
+       * gfortran.dg/array_constructor_54.f90: New test.
+
+2021-12-11  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-10-14  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/102717
+       * gfortran.dg/reshape_shape_2.f90: New test.
+
+2021-12-11  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-11-26  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/103411
+       * gfortran.dg/pr68153.f90: Adjust test to improved check.
+       * gfortran.dg/reshape_7.f90: Likewise.
+       * gfortran.dg/reshape_9.f90: New test.
+
 2021-12-10  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: