aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2025-02-26 00:17:49 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2025-02-26 00:17:49 +0000
commit7de2f64d72f02c0a7e69b9d48a834e0c78517a50 (patch)
tree9d209da273fe40b3d5f46c9e9c3bb43a8a941c2f /gcc/fortran
parentc2ece13931dee2b91ab21da3af640f3a20a4dd77 (diff)
downloadgcc-7de2f64d72f02c0a7e69b9d48a834e0c78517a50.zip
gcc-7de2f64d72f02c0a7e69b9d48a834e0c78517a50.tar.gz
gcc-7de2f64d72f02c0a7e69b9d48a834e0c78517a50.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 beb69c7..ec77eb5 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,20 @@
+2025-02-25 Andre Vehreschild <vehre@gcc.gnu.org>
+
+ 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 <vehre@gcc.gnu.org>
+
+ 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 <anlauf@gmx.de>
PR fortran/48958