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=.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D127022
[flang][runtime] Signal new I/O error on floating-point input overflow ClosedPublic Authored by klausler on Jun 3 2022, 3:55 PM.
Details Summary Besides raising the IEEE floating-point overflow exception, treat
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 3 2022, 4:54 PM Closed by commit rG9c54d7625116: [flang][runtime] Signal new I/O error on floating-point input overflow (authored by klausler). · Explain WhyJun 3 2022, 10:55 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 434246 flang/include/flang/Runtime/iostat.h
flang/runtime/edit-input.cpp
flang/runtime/iostat.cpp
|