[flang-commits] [clang] [flang] [flang] Implement -Wno-<warning> flags for driver diagnostics (PR #196354)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Fri May 8 09:39:29 PDT 2026
kiranchandramohan wrote:
> > Has OpenMP support matured enough such that flang can drop the blanket warning and instead rely on NYI messages?
>
> @kiranchandramohan originally requested the warning, hopefully he could chime in. I would be ok with that.
The blanket warning for OpenMP support was removed in https://github.com/llvm/llvm-project/pull/144915. This specific warning is for versions above version 4.0 (or is it for version 5 and above?). The work for these versions are not complete as seen in https://flang.llvm.org/docs/OpenMPSupport.html.
I think we should probably update the support table for 4.5, 5.*, 6 and then decide to remove the warning. Probably also update the status of OpenMP offloading tests in https://discourse.llvm.org/t/openmp-offload-fortran-tests-pass-with-flang-new/78919/8. And then make a collective decision, if that is OK for @kparzysz @tblah @skatrak.
https://github.com/llvm/llvm-project/pull/196354
More information about the flang-commits
mailing list