[llvm-branch-commits] [flang] [flang][OpenACC] remap component references in structured constructs (PR #171501)
Razvan Lupusoru via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Dec 9 13:03:18 PST 2025
================
@@ -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
More information about the llvm-branch-commits
mailing list