We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e315455 commit 009ef5cCopy full SHA for 009ef5c
flang-rt/lib/runtime/edit-input.cpp
@@ -663,6 +663,7 @@ static RT_API_ATTRS bool TryFastPathRealDecimalInput(
663
*reinterpret_cast<decimal::BinaryFloatingPointNumber<PRECISION> *>(n) =
664
converted.binary;
665
io.HandleRelativePosition(p - str);
666
+ io.GotChar(p - str);
667
// Set FP exception flags
668
if (converted.flags != decimal::ConversionResultFlags::Exact) {
669
RaiseFPExceptions(converted.flags);
0 commit comments