[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 16:59:48 PST 2026


================
@@ -429,7 +429,6 @@ class ExpressionAnalyzer {
   bool inDataStmtConstant_{false};
   bool inStmtFunctionDefinition_{false};
   bool iterativelyAnalyzingSubexpressions_{false};
-  bool inDeadCode_{false};
----------------
vzakhari wrote:

Is this part of this PR?

https://github.com/llvm/llvm-project/pull/175689


More information about the flang-commits mailing list