[flang][runtime] Support L editing of Logical
authorShao-Ce SUN <sunshaoce@iscas.ac.cn>
Tue, 28 Mar 2023 16:38:18 +0000 (00:38 +0800)
committerShao-Ce SUN <sunshaoce@iscas.ac.cn>
Wed, 5 Apr 2023 17:11:12 +0000 (01:11 +0800)
commit77d667b114bee344d1e0459839afe58f4af53089
tree586bf9d0c4ce39a09686783eedbed4102824a4f0
parent5f17ba1a3832450eee9c3b85ab862f73712184a4
[flang][runtime] Support L editing of Logical

I tested gfortran and flang(old). https://godbolt.org/z/c89foro4G

Reviewed By: klausler

Differential Revision: https://reviews.llvm.org/D146989
flang/docs/Extensions.md
flang/runtime/edit-output.cpp
flang/runtime/format-implementation.h
flang/unittests/Runtime/CMakeLists.txt
flang/unittests/Runtime/LogicalFormatTest.cpp [new file with mode: 0644]