[flang-commits] [flang] [Flang] Support -Werror=<name> and -Wno-error=<name> (PR #205413)
Steve Scalpone via flang-commits
flang-commits at lists.llvm.org
Mon Jun 29 04:05:28 PDT 2026
================
@@ -0,0 +1,52 @@
+! Verify -Werror / -Werror= / -Wno-error / -Wno-error= for Flang warning groups.
+!
+! Portability warning from -pedantic on ichar('ab').
+! Redundant-attribute warning from duplicate SAVE on integer, save, save :: x.
+! Use -Wno-redundant-attribute on portability-only runs so they stay isolated.
+
+!--- Baseline (no -pedantic) --------------------------------------------------
----------------
sscalpone wrote:
I agree. My AI assistant reluctantly changed these to plain text.
https://github.com/llvm/llvm-project/pull/205413
More information about the flang-commits
mailing list