[all-commits] [llvm/llvm-project] 7b5017: [flang][runtime] Flush output before INQUIRE(..., ...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Dec 26 15:40:34 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b50176805ff53994ab87bbce7c3b7840bbc85ab
https://github.com/llvm/llvm-project/commit/7b50176805ff53994ab87bbce7c3b7840bbc85ab
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2023-12-26 (Tue, 26 Dec 2023)
Changed paths:
M flang/runtime/io-stmt.cpp
Log Message:
-----------
[flang][runtime] Flush output before INQUIRE(..., SIZE=) (#75379)
Ensure that any buffered data has tranferred to an external unit before
measuring its file size.
More information about the All-commits
mailing list