[all-commits] [llvm/llvm-project] 45b5c7: [flang] Extend & fix per-I/O-statement state (ext....
Peter Klausler via All-commits
all-commits at lists.llvm.org
Sat Jul 4 10:49:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 45b5c79a31d05edb179efeda9305e6c42be4f818
https://github.com/llvm/llvm-project/commit/45b5c79a31d05edb179efeda9305e6c42be4f818
Author: peter klausler <pklausler at nvidia.com>
Date: 2020-07-04 (Sat, 04 Jul 2020)
Changed paths:
M flang/runtime/io-stmt.cpp
M flang/runtime/io-stmt.h
M flang/runtime/unit.h
Log Message:
-----------
[flang] Extend & fix per-I/O-statement state (ext. I/O work part 7)
The per-I/O-statement state structures need to support missing
external I/O statements, and some bugs found in testing with
formatted input and record advancement are fixed. The effects
of these changes will not be visible until further patches to
the I/O API handlers are pushed.
Reviewed By: tskeith
Differential Revision: https://reviews.llvm.org/D83151
More information about the All-commits
mailing list