B/O/Z integer output editing must not reflect any sign extension
of scalar output values. Add more size-dependent OutputInteger
I/O APIs and kind instantiations of EditIntegerOutput.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D111678
[flang] runtime: fix output B/O/Z editing of "negative" values ClosedPublic Authored by klausler on Oct 12 2021, 2:07 PM.
Details Summary B/O/Z integer output editing must not reflect any sign extension
Diff Detail Event TimelineThis revision is now accepted and ready to land.Oct 12 2021, 3:30 PM Closed by commit rGf65f830e5f93: [flang] runtime: fix output B/O/Z editing of "negative" values (authored by klausler). · Explain WhyOct 12 2021, 4:03 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 379180 flang/include/flang/Common/uint128.h
flang/include/flang/Runtime/io-api.h
flang/runtime/descriptor-io.h
flang/runtime/edit-output.h
flang/runtime/edit-output.cpp
flang/runtime/io-api.cpp
flang/unittests/Runtime/NumericalFormatTest.cpp
|