[flang-commits] [flang] [Flang] Fix spurious errors for common blocks with binding labels (PR #218566)

Eugene Epshteyn via flang-commits flang-commits at lists.llvm.org
Mon Aug 24 20:18:20 PDT 2026


================
@@ -21,7 +21,9 @@
 #include "flang/Semantics/tools.h"
 #include "flang/Semantics/type.h"
 #include <algorithm>
+#include <iostream>
----------------
eugeneepshteyn wrote:

Please remove any debug code from this change: once it's part of the PR, it's too easy to forget and leave it when merging.

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


More information about the flang-commits mailing list