From 7de2f64d72f02c0a7e69b9d48a834e0c78517a50 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Wed, 26 Feb 2025 00:17:49 +0000 Subject: Daily bump. --- gcc/fortran/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'gcc/fortran') diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index beb69c7..ec77eb5 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,20 @@ +2025-02-25 Andre Vehreschild + + PR fortran/107635 + * coarray.cc (fixup_comp_refs): For class types set correct + component (class) type. + (split_expr_at_caf_ref): Provide location. + * trans-intrinsic.cc (conv_caf_send_to_remote): Look at + generated formal argument and not declared one to detect + descriptor arrays. + (conv_caf_sendget): Same. + +2025-02-25 Andre Vehreschild + + PR fortran/107635 + * trans-intrinsic.cc (conv_caf_sendget): Use the size of data + transferred between the two images and not the descritor's size. + 2025-02-21 Harald Anlauf PR fortran/48958 -- cgit v1.1