[all-commits] [llvm/llvm-project] 249693: [flang][runtime] Fix nonadvancing output edge case
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Jun 13 10:27:47 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2496938522aae3b1aec238397ab276827a06d417
https://github.com/llvm/llvm-project/commit/2496938522aae3b1aec238397ab276827a06d417
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M flang/runtime/io-stmt.cpp
Log Message:
-----------
[flang][runtime] Fix nonadvancing output edge case
When nonadvancing output uses T/TL control edit descriptors to reposition
the record, don't reset the position to the furthest point written at
the end of the write.
Differential Revision: https://reviews.llvm.org/D127420
More information about the All-commits
mailing list