[flang-commits] [flang] [flang][cuda] Avoid false positive on multi device symbol with components (PR #192177)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Wed Apr 15 09:20:17 PDT 2026
clementval wrote:
> Does this fix gives error with
>
> ```
>
> lm(1:5) = a%m(1:5)
>
> ```
>
> when both `a` and `m` are device?
No and it should not. What would be the rationale to error out here?
https://github.com/llvm/llvm-project/pull/192177
More information about the flang-commits
mailing list