aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-07-04 00:18:38 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-07-04 00:18:38 +0000
commit0720394aa9de55e45e7e0a6358b872f8203cd907 (patch)
tree009b97e7922a5b0edcb98ca319cff9a208816bd2 /gcc/fortran
parente5f73853ae78d4e9ae434c707a12da1494459b24 (diff)
downloadgcc-0720394aa9de55e45e7e0a6358b872f8203cd907.zip
gcc-0720394aa9de55e45e7e0a6358b872f8203cd907.tar.gz
gcc-0720394aa9de55e45e7e0a6358b872f8203cd907.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index d71616a..bc7a6f5 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,11 @@
+2024-07-03 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/115700
+ * trans-stmt.cc (trans_associate_var): When the associate target
+ is an array-valued character variable, the length is known at entry
+ of the associate block. Move setting of string length of the
+ selector to the initialization part of the block.
+
2024-07-01 Andrew Stubbs <ams@baylibre.com>
Thomas Schwinge <thomas@codesourcery.com>