[all-commits] [llvm/llvm-project] 9c54d7: [flang][runtime] Signal new I/O error on floating-...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Jun 3 22:55:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c54d76251163ecf5c56ce984542d3bcf36a3c16
https://github.com/llvm/llvm-project/commit/9c54d76251163ecf5c56ce984542d3bcf36a3c16
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-06-03 (Fri, 03 Jun 2022)
Changed paths:
M flang/include/flang/Runtime/iostat.h
M flang/runtime/edit-input.cpp
M flang/runtime/iostat.cpp
Log Message:
-----------
[flang][runtime] Signal new I/O error on floating-point input overflow
Besides raising the IEEE floating-point overflow exception, treat
a floating-point overflow on input as an I/O error catchable with
ERR=, IOSTAT=, &/or IOMSG=.
Differential Revision: https://reviews.llvm.org/D127022
More information about the All-commits
mailing list