[flang-commits] [flang] [flang][semantics][OpenMP] no privatisation of stmt functions (PR #106550)
Leandro Lupori via flang-commits
flang-commits at lists.llvm.org
Thu Aug 29 07:39:52 PDT 2024
luporl wrote:
What about implicit privatisation, such as `default(private)` or implicitly firstprivate `task`s?
OpenMP doesn't seem to allow these either, now that I had a closer look at the standard.
This means that https://github.com/llvm/llvm-project/pull/103390 would need to be reverted, even though `gfortran` and `ifort` perform implicit privatisation of variables in statement function expressions.
https://github.com/llvm/llvm-project/pull/106550
More information about the flang-commits
mailing list