]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 29 Sep 2025 00:25:02 +0000 (00:25 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 29 Sep 2025 00:25:02 +0000 (00:25 +0000)
gcc/DATESTAMP
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog

index 758c2d58c0e116d867cbbfba87258bd052e90889..7735e7b57c4e0a51795cb29ac028fdf64dde4f83 100644 (file)
@@ -1 +1 @@
-20250928
+20250929
index 263aeeebdb1f2a5fe3d06f3adc3ac9ad8fe37b41..f3396848b9a8f3cbee5255b25d350f4189bf0975 100644 (file)
@@ -1,3 +1,31 @@
+2025-09-28  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-09-11  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/121616
+       * primary.cc (gfc_variable_attr): Properly set dimension attribute
+       from a component ref.
+
+2025-09-28  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-09-25  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/121939
+       * trans-types.cc (gfc_init_types): Set string flag for all
+       character types.
+
+2025-09-28  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-09-21  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/108581
+       * trans-array.cc (gfc_conv_expr_descriptor): Take the dynamic
+       string length into account when deriving the dataptr offset for
+       a deferred-length character array.
+
 2025-09-23  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master:
index 6c194b4bb7f1e3166add21db09a5235943a79cf2..ad7f4018acc6bb3b8199321c57245db1c27a7172 100644 (file)
@@ -1,3 +1,28 @@
+2025-09-28  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-09-11  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/121616
+       * gfortran.dg/alloc_comp_assign_17.f90: New test.
+
+2025-09-28  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-09-25  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/121939
+       * gfortran.dg/deferred_character_39.f90: Disable temporary
+       workaround for character(kind=4) deferred-length bug.
+
+2025-09-28  Harald Anlauf  <anlauf@gmx.de>
+
+       Backported from master:
+       2025-09-21  Harald Anlauf  <anlauf@gmx.de>
+
+       PR fortran/108581
+       * gfortran.dg/deferred_character_39.f90: New test.
+
 2025-09-26  Lulu Cheng  <chenglulu@loongson.cn>
 
        Backported from master: