[flang-commits] [flang] [flang][OpenMP] Fix incorrect handling for local variable in OpenMP parallel workshare firstprivate(P) (PR #195616)

Leandro Lupori via flang-commits flang-commits at lists.llvm.org
Mon May 4 13:51:07 PDT 2026


luporl wrote:

> @luporl [#195081](https://github.com/llvm/llvm-project/issues/190581) issue is similar to what I am trying to change. However, I do not see any fix in my clone of [llvm-project](https://github.com/llvm/llvm-project.git). Do you know if any fix is present for [195081](https://github.com/llvm/llvm-project/issues/190581)? The test provided by [#195081](https://github.com/llvm/llvm-project/issues/190581) does not succeed during runtime.

AFAIK there is still no fix for #195081. I was just wondering if this PR would also fix it, due to the similarity.
But it seems it's not the case. Thank you for testing.


https://github.com/llvm/llvm-project/pull/195616


More information about the flang-commits mailing list