[all-commits] [llvm/llvm-project] 2f31b4: [flang][runtime] Fix input of NAN(...) on non-fast...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon May 9 12:38:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f31b4b10a1ab3ec937fbbead55b66b8dfbb0934
https://github.com/llvm/llvm-project/commit/2f31b4b10a1ab3ec937fbbead55b66b8dfbb0934
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-05-09 (Mon, 09 May 2022)
Changed paths:
M flang/runtime/edit-input.cpp
Log Message:
-----------
[flang][runtime] Fix input of NAN(...) on non-fast path
The closing parenthesis needs to be consumed when a NaN
with parenthesized (ignored) information is read on the
real input path that preprocesses input characters before
passing them to the decimal-to-binary converter.
Differential Revision: https://reviews.llvm.org/D125048
More information about the All-commits
mailing list