[all-commits] [llvm/llvm-project] 472913: [flang][runtime] Complete partial output records w...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue May 23 15:55:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 472913c7ef7456958760cfb2cd5c6bb86323b500
https://github.com/llvm/llvm-project/commit/472913c7ef7456958760cfb2cd5c6bb86323b500
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-05-23 (Tue, 23 May 2023)
Changed paths:
M flang/runtime/unit.cpp
Log Message:
-----------
[flang][runtime] Complete partial output records when positioning/closing after non-advancing output
Before positioning or closing a unit after a non-advancing output statement
has left a partial record in its buffer, complete the record by calling
AdvanceRecord(). Fixes https://github.com/llvm/llvm-project/issues/59761.
Differential Revision: https://reviews.llvm.org/D151134
More information about the All-commits
mailing list