[all-commits] [llvm/llvm-project] 4c42e6: [flang][runtime] Fix overflow detection for REAL i...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Jun 13 16:10:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4c42e67bf7f597a5b9b9aa51f2ea994a17c0aa54
https://github.com/llvm/llvm-project/commit/4c42e67bf7f597a5b9b9aa51f2ea994a17c0aa54
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M flang/runtime/edit-input.cpp
M flang/runtime/io-stmt.h
Log Message:
-----------
[flang][runtime] Fix overflow detection for REAL input
The test for an overflow during decimal->binary conversion was taking
place too late, causing the data not to be rescanned from the beginning.
Differential Revision: https://reviews.llvm.org/D127427
More information about the All-commits
mailing list