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