[flang-commits] [flang] [flang] Turn -Werror back off for Flang build (PR #175689)
Slava Zakharin via flang-commits
flang-commits at lists.llvm.org
Mon Jan 12 17:02:37 PST 2026
================
@@ -429,7 +429,6 @@ class ExpressionAnalyzer {
bool inDataStmtConstant_{false};
bool inStmtFunctionDefinition_{false};
bool iterativelyAnalyzingSubexpressions_{false};
- bool inDeadCode_{false};
----------------
vzakhari wrote:
Ignore the question - it is addressed in the PR description.
https://github.com/llvm/llvm-project/pull/175689
More information about the flang-commits
mailing list