[flang-commits] [flang] [mlir] [llvm][mlir][OpenMP] Support translation for linear clause in omp.wsloop and omp.simd (PR #139386)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Mon Dec 8 06:27:29 PST 2025
tblah wrote:
> @tblah @kiranchandramohan Any suggestions on how to handle this? Would it make sense to report incapability of default OpenMP versioning to reliably check the Fortran source as an error, and not a warning?
Personally I think we should keep the version mismatch as a warning so that we don't break existing builds (they should be setting the openmp version but it wouldn't surprise me if some users have missed the warning).
Could we make the semantic check that generates the error run anyway, even if there is a version mismatch?
https://github.com/llvm/llvm-project/pull/139386
More information about the flang-commits
mailing list