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

index 6edcec5ae6d718fd31c6262a0a01ce044e792d30..95cff1627a67a65d0e0d50b305fc25511e780549 100644 (file)
@@ -1 +1 @@
-20210911
+20210912
index 8aaae91639ae5b8e39f3f0d379298458c5654e4a..e2bcb427ca5e334c62fdeb01354461a7f8ba1ecb 100644 (file)
@@ -1,3 +1,22 @@
+2021-09-11  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-09-09  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/98490
+       * trans-expr.c (gfc_conv_substring): Do not generate substring
+       bounds check for implied do loop index variable before it actually
+       becomes defined.
+
+2021-09-11  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-09-07  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/101327
+       * expr.c (find_array_element): When bounds cannot be determined as
+       constant, return error instead of aborting.
+
 2021-09-05  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 69c13a336a2c24c8cc692cdf45c13bea79e0324f..ea36c41bc24d1b53e4a9d5042bdc96d69c43acd7 100644 (file)
@@ -1,3 +1,19 @@
+2021-09-11  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-09-09  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/98490
+       * gfortran.dg/bounds_check_23.f90: New test.
+
+2021-09-11  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2021-09-07  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/101327
+       * gfortran.dg/pr101327.f90: New test.
+
 2021-09-08  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master: