https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123280
Christopher Albert <albert at tugraz dot at> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |albert at tugraz dot at
--- Comment #1 from Christopher Albert <albert at tugraz dot at> ---
Created attachment 63138
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=63138&action=edit
Fix acc_is_present for assumed-shape dummy arguments
Removing contiguous stops gfortran from copying the array data to a temporary,
so the original (mapped) address gets passed to the runtime lookup.