[all-commits] [llvm/llvm-project] 0df6f8: [flang] Fix F5.3 formatting of 0.025
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Jun 19 18:10:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0df6f8fe8ed09d52af293b1d548a73f0672ece70
https://github.com/llvm/llvm-project/commit/0df6f8fe8ed09d52af293b1d548a73f0672ece70
Author: peter klausler <pklausler at nvidia.com>
Date: 2020-06-19 (Fri, 19 Jun 2020)
Changed paths:
M flang/runtime/edit-output.cpp
M flang/runtime/edit-output.h
M flang/unittests/Runtime/hello.cpp
Log Message:
-----------
[flang] Fix F5.3 formatting of 0.025
Fix F output editing in the Fortran runtime so that it
respects the 'd' count of digits after the decimal mark.
Reviewed By: tskeith
Differential Revision: https://reviews.llvm.org/D82242
More information about the All-commits
mailing list