[all-commits] [llvm/llvm-project] 9a163f: [flang][runtime] Fix WRITE after OPEN(.., ACCESS="...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Sat Jun 4 09:25:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9a163ffe1a507c1f5a3d29b896224112d7e54f62
https://github.com/llvm/llvm-project/commit/9a163ffe1a507c1f5a3d29b896224112d7e54f62
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-06-04 (Sat, 04 Jun 2022)
Changed paths:
M flang/runtime/file.cpp
M flang/runtime/unit.cpp
Log Message:
-----------
[flang][runtime] Fix WRITE after OPEN(.., ACCESS="APPEND")
The initial size of the file was not being captured as the file position
on which the first output buffer should be framed.
Differential Revision: https://reviews.llvm.org/D127029
More information about the All-commits
mailing list