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

index aab2708ffddd0477f1dce8af90bc3832d80f47f9..3a5da16206f185cabea0e63fa8d00c52e75e30c7 100644 (file)
@@ -1 +1 @@
-20240328
+20240329
index 6cea9d0a56bbbeb19a347327692f866dd85f91be..859c1946867611decdd95175dba92232314a6706 100644 (file)
@@ -1,3 +1,15 @@
+2024-03-28  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2023-05-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/103716
+       * resolve.cc (gfc_resolve_ref): Conversion of array_ref into an
+       element should be done for all characters without a len expr,
+       not just deferred lens, and for integer expressions.
+       * trans-expr.cc (conv_inquiry): For len and kind inquiry refs,
+       set the se string_length to NULL_TREE.
+
 2024-03-23  Harald Anlauf  <anlauf@gmx.de>
 
        PR fortran/101135
index d269c69a51ec4e061e628dc8cafdd1f897e4818f..2dc8a3fed54ffea6181e52959dcc838247d9642f 100644 (file)
@@ -1,3 +1,11 @@
+2024-03-28  Paul Thomas  <pault@gcc.gnu.org>
+
+       Backported from master:
+       2023-05-23  Paul Thomas  <pault@gcc.gnu.org>
+
+       PR fortran/103716
+       * gfortran.dg/pr103716.f90 : New test.
+
 2024-03-27  Richard Sandiford  <richard.sandiford@arm.com>
 
        Backported from master: