[flang-commits] [flang] [flang][OpenMP] Fix component-level initializer in declare reduction (PR #195751)

Tom Eccles via flang-commits flang-commits at lists.llvm.org
Fri May 8 03:20:08 PDT 2026


================

----------------
tblah wrote:

As I understand it, this is intended to match the case where a procedure is called to initialize e.g. `initializer(initme(...))`. Might this also match something like `initializer(omp_priv%member = init())`? I'm worried that this would have the same problem for by-ref reductions.

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


More information about the flang-commits mailing list