[all-commits] [llvm/llvm-project] 461b6f: [flang] Expose error recovery cases in external I/O
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Mar 21 12:46:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 461b6fe470f72637e226ee7ff2722c1d76ebc549
https://github.com/llvm/llvm-project/commit/461b6fe470f72637e226ee7ff2722c1d76ebc549
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-03-21 (Mon, 21 Mar 2022)
Changed paths:
M flang/include/flang/Runtime/iostat.h
M flang/runtime/iostat.cpp
M flang/runtime/unit.cpp
Log Message:
-----------
[flang] Expose error recovery cases in external I/O
Some I/O error situations are current handled with fatal
runtime asserts, but should be exposed for user program
error recovery.
Differential Revision: https://reviews.llvm.org/D122049
More information about the All-commits
mailing list