[flang-commits] [flang] [flang] Add parsing of DO CONCURRENT REDUCE clause (PR #92518)
via flang-commits
flang-commits at lists.llvm.org
Mon May 20 11:23:34 PDT 2024
================
@@ -683,6 +683,89 @@ class DoContext {
}
}
+ void CheckReduce(
----------------
khaki3 wrote:
It does not allow `static` because of the use of `context_`.
https://github.com/llvm/llvm-project/pull/92518
More information about the flang-commits
mailing list