[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 10:17:47 PDT 2026
kiranchandramohan wrote:
> > I think we should probably update the support table for 4.5, 5.*, 6 and then decide to remove the warning.
>
> What @sscalpone was proposing is to rely on NYI messages only, instead of having a warning in addition to NYI. The support for these OpenMP versions won't be complete for a while, so if we want to decide whether to show the warning or not based on the implementation status, the warning will be there for some time.
It will be easy to make the decision if we see the support table. For OpenMP 4.5 and above if the taskloop support is complete then I am personally OK to remove the warning and rely on NYI messages.
https://github.com/llvm/llvm-project/pull/196354
More information about the flang-commits
mailing list