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 9a7a16c commit 638f863Copy full SHA for 638f863
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