[flang] Minor fix to list-directed REAL output editing
authorpeter klausler <pklausler@nvidia.com>
Tue, 15 Dec 2020 18:49:01 +0000 (10:49 -0800)
committerpeter klausler <pklausler@nvidia.com>
Tue, 15 Dec 2020 21:04:44 +0000 (13:04 -0800)
commitb1afbceb9296a9ce14a0bd38f36e93b8c77fa18a
tree8da12357094c603b942d92d44e05bfe275bae9cc
parent3aa8e071dd1ae7e9fb9e28fa9fcdb9f9fdb7aa06
[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
flang/runtime/edit-output.cpp