From 94341f0baacb1d414da7dc7d8eb61059e4619d5d Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Sun, 26 Feb 2023 00:17:15 +0000 Subject: Daily bump. --- gcc/fortran/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'gcc/fortran') diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 39f049a8..25c2d4c 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,23 @@ +2023-02-25 Mikael Morin + + PR fortran/108923 + * intrinsic.cc (get_intrinsic_dummy_arg, + set_intrinsic_dummy_arg): Rename the former to the latter. + Remove the return value, add a reference to the lhs as argument, + and do the pointer assignment inside the function. Don't do + it if the pointer is already non-NULL. + (sort_actual): Update caller. + +2023-02-25 Harald Anlauf + + * arith.cc (gfc_real2int): Clear mpfr variable after use. + +2023-02-25 Tobias Burnus + + PR fortran/108621 + * trans-expr.cc (gfc_conv_gfc_desc_to_cfi_desc): Skip setting of + bounds of CFI desc for 'pointer,intent(out)'. + 2023-02-24 Rimvydas Jasinskas * trans-decl.cc (gfc_finish_var_decl): Apply attribute. -- cgit v1.1