[flang-commits] [PATCH] D127783: [flang][runtime] Fix REWIND after non-advancing data transfer
Peter Klausler via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed Jun 15 13:41:13 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6963fb7dfb56: [flang][runtime] Fix REWIND after non-advancing data transfer (authored by klausler).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127783/new/
https://reviews.llvm.org/D127783
Files:
flang/runtime/unit.cpp
Index: flang/runtime/unit.cpp
===================================================================
--- flang/runtime/unit.cpp
+++ flang/runtime/unit.cpp
@@ -640,6 +640,7 @@
} else {
SetPosition(0, handler);
currentRecordNumber = 1;
+ leftTabLimit.reset();
}
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127783.437326.patch
Type: text/x-patch
Size: 281 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20220615/514725df/attachment.bin>
More information about the flang-commits
mailing list