]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fortran: Use correct size when transferring between images [PR107635]
authorAndre Vehreschild <vehre@gcc.gnu.org>
Wed, 19 Feb 2025 08:04:47 +0000 (09:04 +0100)
committerAndre Vehreschild <vehre@gcc.gnu.org>
Tue, 25 Feb 2025 09:10:36 +0000 (10:10 +0100)
commitcc81363c33a3b5768daf2d8a62ae1a80db12ef96
tree38ed0e26b23404d8bc52efa067ba536a7c5065c2
parentcdffc76393488a73671b70481cf8a4b7c289029d
Fortran: Use correct size when transferring between images [PR107635]

gcc/fortran/ChangeLog:

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.
gcc/fortran/trans-intrinsic.cc