]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 22 Jul 2024 00:20:00 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 22 Jul 2024 00:20:00 +0000 (00:20 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index d1ac33f77fb99017958d33dc66f3f31776383c7d..01bbf6ed5e1f7541d62fe03063f235551597c457 100644 (file)
@@ -1 +1 @@
-20240721
+20240722
index 211d8ffc1a4812abdb967848ca2dfca6ed5ce47b..089fbce18c461bb73b7b2735079f4817fdfc55d0 100644 (file)
@@ -1,3 +1,15 @@
+2024-07-21  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2024-07-19  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/103115
+       * trans-array.cc (gfc_trans_array_constructor_value): If the first
+       element of an array constructor is deferred-length character and
+       therefore does not have an element size known at compile time, do
+       not try to collect subsequent constant elements into a constructor
+       for optimization.
+
 2024-06-20  Release Manager
 
        * GCC 12.4.0 released.
index 3a9e4ff55e24dce37ef7605b0f7ada2d914989fa..a7b00d7882ce5c1dfed226a7e1c9bf925af5d7f2 100644 (file)
@@ -1,3 +1,11 @@
+2024-07-21  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2024-07-19  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/103115
+       * gfortran.dg/string_array_constructor_4.f90: New test.
+
 2024-07-20  RenĂ© Rebe  <rene@exactcode.de>
 
        Backported from master: