[flang-commits] [flang] [llvm] [flang][flang-rt] Implement F202X leading-zero control edit descriptors LZ, LZS, and LZP for formatted output (F, E, D, and G editing) (PR #183500)

via flang-commits flang-commits at lists.llvm.org
Fri Mar 20 17:00:37 PDT 2026


================
@@ -1258,7 +1258,9 @@ class UnparseVisitor {
                                return true;
                              },
                              [&](const ConnectSpec::CharExpr &y) {
-                               Walk(y.t, "=");
+                               Walk(std::get<ConnectSpec::CharExpr::Kind>(y.t));
----------------
laoshd wrote:

You are right. The three step Walking do the same thing as the simple one. So the changes are unnecessary. The changes have ben reverted.

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


More information about the flang-commits mailing list