[flang-commits] [PATCH] D111678: [flang] runtime: fix output B/O/Z editing of "negative" values
Peter Klausler via Phabricator via flang-commits
flang-commits at lists.llvm.org
Tue Oct 12 14:07:46 PDT 2021
klausler created this revision.
klausler added a reviewer: vdonaldson.
klausler added a project: Flang.
Herald added a subscriber: jdoerfert.
Herald added a reviewer: sscalpone.
klausler requested review of this revision.
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.
https://reviews.llvm.org/D111678
Files:
flang/include/flang/Common/uint128.h
flang/include/flang/Runtime/io-api.h
flang/runtime/descriptor-io.h
flang/runtime/edit-output.cpp
flang/runtime/edit-output.h
flang/runtime/io-api.cpp
flang/unittests/Runtime/NumericalFormatTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111678.379180.patch
Type: text/x-patch
Size: 14513 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20211012/05b8d0af/attachment.bin>
More information about the flang-commits
mailing list