[all-commits] [llvm/llvm-project] b1afbc: [flang] Minor fix to list-directed REAL output edi...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Dec 15 13:09:33 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b1afbceb9296a9ce14a0bd38f36e93b8c77fa18a
https://github.com/llvm/llvm-project/commit/b1afbceb9296a9ce14a0bd38f36e93b8c77fa18a
Author: peter klausler <pklausler at nvidia.com>
Date: 2020-12-15 (Tue, 15 Dec 2020)
Changed paths:
M flang/runtime/edit-output.cpp
Log Message:
-----------
[flang] Minor fix to list-directed REAL output editing
Always emit the letter 'E' in list-directed REAL output;
the library was omitting it for exponents greater than 99,
as should be done for E and D formatting of large exponents
without an Ed exponent digit count.
Differential Revision: https://reviews.llvm.org/D93319
More information about the All-commits
mailing list