[all-commits] [llvm/llvm-project] 3a9644: [flang] Honor RECL= in list-directed/namelist output
Peter Klausler via All-commits
all-commits at lists.llvm.org
Wed Mar 2 12:07:34 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a96446d51c0ae95a5ecb967976b14337c7cfe71
https://github.com/llvm/llvm-project/commit/3a96446d51c0ae95a5ecb967976b14337c7cfe71
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-03-02 (Wed, 02 Mar 2022)
Changed paths:
M flang/runtime/connection.cpp
M flang/runtime/edit-output.cpp
M flang/runtime/namelist.cpp
Log Message:
-----------
[flang] Honor RECL= in list-directed/namelist output
Advancement to new output lines was taking fixed-sized direct-access
and internal character array element lengths into account, but not
RECL= settings from OPEN statements.
Differential Revision: https://reviews.llvm.org/D120837
More information about the All-commits
mailing list