[flang-commits] [flang] [Flang] Fix -Wopen-mp-* and -Wopen-acc-* flag spellings (PR #188434)
Michael Klemm via flang-commits
flang-commits at lists.llvm.org
Tue Apr 14 12:58:06 PDT 2026
================
@@ -35,6 +35,8 @@ page](https://llvm.org/releases/).
## New Compiler Flags
+- The warning flags with suffixes `-Wopen-mp` and `-Wopen-acc` have been deprecated in favor of corrected spellings with the respective suffixes `-Wopenmp` and `-Wopenacc`.
----------------
mjklemm wrote:
How about this:
> - The warning flags with prefixes `-Wopen-mp` and `-Wopen-acc` have been deprecated in favor of corrected spellings with the respective prefixes `-Wopenmp` and `-Wopenacc`. Removal is planned for LLVM 25 (July 2027).
https://github.com/llvm/llvm-project/pull/188434
More information about the flang-commits
mailing list