[flang] Make F0.1 output editing of zero edge case consistent
The statement PRINT '(2F0.1)', 0.0, 0.5 should emit consistent ".0 .5" output, not "0.0 .5". Differential Revision: https://reviews.llvm.org/D123715
Loading
Please sign in to comment
The statement PRINT '(2F0.1)', 0.0, 0.5 should emit consistent ".0 .5" output, not "0.0 .5". Differential Revision: https://reviews.llvm.org/D123715