aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-12-22 00:18:41 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-12-22 00:18:41 +0000
commitae3e783e23a30e9856e1504c5542acbcb0050e67 (patch)
tree9c442e8378c84233d6ef39a5ce771c77c6b04580 /gcc/fortran
parent7d83a32aacd6005c0c038c74562e35d70f6a77a8 (diff)
downloadgcc-ae3e783e23a30e9856e1504c5542acbcb0050e67.zip
gcc-ae3e783e23a30e9856e1504c5542acbcb0050e67.tar.gz
gcc-ae3e783e23a30e9856e1504c5542acbcb0050e67.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index bf55582..bf780fe 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,16 @@
+2024-12-21 Harald Anlauf <anlauf@gmx.de>
+
+ PR fortran/104819
+ * interface.cc (compare_parameter): For the rank check, NULL()
+ inherits the rank of a provided MOLD argument.
+ (gfc_compare_actual_formal): Adjust check of NULL() actual argument
+ against formal to accept F2008 enhancements (allocatable dummy).
+ NULL() with MOLD argument retains a pointer/allocatable attribute.
+ * trans-expr.cc (conv_null_actual): Implement passing NULL() to
+ derived-type dummy with pointer/allocatable attribute, and ensure
+ that the actual rank is passed to an assumed-rank dummy.
+ (gfc_conv_procedure_call): Use it.
+
2024-12-20 Sandra Loosemore <sloosemore@baylibre.com>
* gfortran.texi: Get rid of some unnecessary hyphens throughout