[all-commits] [llvm/llvm-project] 64aff3: [flang][runtime] Fix ENDFILE for formatted stream ...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Apr 15 18:57:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 64aff3632f5b9a6d78e906342804766d49a1ec1d
https://github.com/llvm/llvm-project/commit/64aff3632f5b9a6d78e906342804766d49a1ec1d
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-04-15 (Fri, 15 Apr 2022)
Changed paths:
M flang/runtime/unit.cpp
Log Message:
-----------
[flang][runtime] Fix ENDFILE for formatted stream output
A predicate expression made ENDFILE statements significant
only for sequential files, but it's applicable to formatted
stream output as well.
Differential Revision: https://reviews.llvm.org/D123730
More information about the All-commits
mailing list