From ae3e783e23a30e9856e1504c5542acbcb0050e67 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Sun, 22 Dec 2024 00:18:41 +0000 Subject: Daily bump. --- gcc/fortran/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'gcc/fortran') 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 + + 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 * gfortran.texi: Get rid of some unnecessary hyphens throughout -- cgit v1.1