[flang-commits] [flang] [flang][OpenMP] Support substrings and complex part refs for DEPEND (PR #143907)
Krzysztof Parzyszek via flang-commits
flang-commits at lists.llvm.org
Thu Jun 12 08:58:52 PDT 2025
https://github.com/kparzysz commented:
Is this an extension to the spec? The DEPEND clause takes a locator list, and the spec prohibits substrings.
[6.0:163:9-11]
> A variable list item is one of the following:
> • a variable that is not coindexed and that is not a substring;
> [...]
[6.0:163:17-18]
> A locator list item is a variable list item, a function reference with data pointer result, or a reserved locator.
LGTM implementation-wise.
https://github.com/llvm/llvm-project/pull/143907
More information about the flang-commits
mailing list