]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 4 Nov 2023 01:34:33 +0000 (01:34 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 4 Nov 2023 01:34:33 +0000 (01:34 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 35532387b70c8b1f51fe6b2abf9754f8c9868d10..b7cd0b910c550cd82e885bc6fb325fc6aa2b88c5 100644 (file)
@@ -1 +1 @@
-20231103
+20231104
index 52c0b2b971fb147b266999e5836e395a9b634a7c..00d33068fe850572e5f533c349140f418abba76c 100644 (file)
@@ -1,3 +1,12 @@
+2023-11-03  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2023-11-02  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/112316
+       * parse.cc (parse_associate): Remove condition that caused this
+       regression.
+
 2023-10-26  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master:
index accff254cefcdec335538c09c1385318159c83a6..e2ea1a3d258ffafcab3cb97cad167bf0cb9e7317 100644 (file)
@@ -1,3 +1,11 @@
+2023-11-03  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2023-11-02  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/112316
+       * gfortran.dg/pr112316.f90: New test.
+
 2023-10-31  xuli  <xuli1@eswincomputing.com>
 
        Backported from master: