[flang-commits] [flang] [Flang][OpenMP] DEFAULT(NONE) error checking on implicit references (PR #182214)
Leandro Lupori via flang-commits
flang-commits at lists.llvm.org
Thu Feb 19 10:22:26 PST 2026
https://github.com/luporl commented:
Thanks for this fix.
It makes sense to me to move the DEFAULT(NONE) check to CreateImplicitSymbols().
The main issue I see is that the implementation doesn't handle DSA clauses in nested constructs. This causes a regression in llvm-test-suite/Fortran/gfortran/regression/gomp/crayptr4.f90.
https://github.com/llvm/llvm-project/pull/182214
More information about the flang-commits
mailing list