You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[flang] Fix passing parts of array as writeable argument
Always create a boxargument if we have an array, so that
we can pass the address, rather than create a temporary array (that
wasn't being copied back).
This allows subroutines and functions to modify parts of arrays
passed into them.
Fixes#1001
0 commit comments