================ @@ -22,7 +22,7 @@ program test d2%member0 = 123 !$acc serial copyin(d2%member0) copyout(d4%member0) do i0 = 1, 1 - d4%member0 = d2%member0 + d4 = d2 ---------------- razvanlupusoru wrote:
Thank you - the change makes sense to me. You are welcome to mark this resolved unless you want your explanation to stay visible. https://github.com/llvm/llvm-project/pull/171501 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
