[Fortran, Patch, PR81265, v1] Fix passing coarrays always w/ descriptor
Steve Kargl
sgk@troutmask.apl.washington.edu
Fri Sep 27 17:48:46 GMT 2024
On Fri, Sep 27, 2024 at 03:20:43PM +0200, Andre Vehreschild wrote:
>
> attached patch fixes a runtime issue when a coarray was passed as
> parameter to a procedure that was itself a parameter. The issue here
> was that the coarray was passed as array pointer (i.e. w/o descriptor)
> to the function, but the function expected it to be an array
> w/ descriptor.
>
> Regtests ok on x86_64-pc-linux-gnu / Fedore 39. Ok for mainline?
>
Yes.
One general question as you're plowing through the coarray
bug reports: does the testing include -fcoarray=none, single,
and lib; or a subset of the three.
--
Steve
More information about the Fortran
mailing list