aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-04-26 00:16:42 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-04-26 00:16:42 +0000
commit9353f6f475b92930a582cb42c380da6aebeb9406 (patch)
tree59aa5467d762a768339de1b890420fcedae6e7bf /gcc/fortran
parent1604f7cebc49220e47d584615bcd91b1fdc1267f (diff)
downloadgcc-9353f6f475b92930a582cb42c380da6aebeb9406.zip
gcc-9353f6f475b92930a582cb42c380da6aebeb9406.tar.gz
gcc-9353f6f475b92930a582cb42c380da6aebeb9406.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 536d914..2c7133d 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,20 @@
+2024-04-25 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/93678
+ * trans-expr.cc (gfc_conv_procedure_call): Use the interface,
+ where possible, to obtain the type of character procedure
+ pointers of class entities.
+
+2024-04-25 Paul Thomas <pault@gcc.gnu.org>
+ Jakub Jelinek <jakub@gcc.gnu.org>
+
+ PR fortran/89462
+ * decl.cc (build_sym): Add an extra argument 'elem'. If 'elem'
+ is greater than 1, gfc_new_charlen is called to generate a new
+ charlen, registered in the symbol namespace.
+ (variable_decl, enumerator_decl): Set the new argument in the
+ calls to build_sym.
+
2024-04-21 Paul Thomas <pault@gcc.gnu.org>
PR fortran/103471