The test for an overflow during decimal->binary conversion was taking
place too late, causing the data not to be rescanned from the beginning.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D127427
[flang][runtime] Fix overflow detection for REAL input ClosedPublic Authored by klausler on Jun 9 2022, 12:12 PM.
Details Summary The test for an overflow during decimal->binary conversion was taking
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 13 2022, 12:50 PM Closed by commit rG4c42e67bf7f5: [flang][runtime] Fix overflow detection for REAL input (authored by klausler). · Explain WhyJun 13 2022, 4:10 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 436596 flang/runtime/edit-input.cpp
flang/runtime/io-stmt.h
|