[all-commits] [llvm/llvm-project] 1650fb: [flang][runtime] Respect PAD='NO' on READ/WRITE
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Jun 23 09:50:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1650fb8a53ff8eb17e600f1c60c788c3ab550b47
https://github.com/llvm/llvm-project/commit/1650fb8a53ff8eb17e600f1c60c788c3ab550b47
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-06-23 (Thu, 23 Jun 2022)
Changed paths:
M flang/runtime/io-stmt.cpp
Log Message:
-----------
[flang][runtime] Respect PAD='NO' on READ/WRITE
The check for the PAD= setting should examine the mutable modes
of the current I/O statement, not the persistent modes of the
I/O unit.
Differential Revision: https://reviews.llvm.org/D128389
More information about the All-commits
mailing list