[all-commits] [llvm/llvm-project] ef1561: [flang][runtime] Return the right mutable modes fr...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Wed Feb 15 08:01:01 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ef15617f124ca5cce24be62257fc12b0a1083f8d
https://github.com/llvm/llvm-project/commit/ef15617f124ca5cce24be62257fc12b0a1083f8d
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M flang/runtime/io-stmt.cpp
Log Message:
-----------
[flang][runtime] Return the right mutable modes from INQUIRE in child I/O
During child I/O -- a call to a user-defined subroutine with a generic interface
to handle read and write operations on a specific derived type -- ensure that
any INQUIRE statement probing mutable modes like BLANK= will observe changes
that have been made to those modes via control edit descriptors like BN
while processing the original I/O statement's format.
Differential Revision: https://reviews.llvm.org/D144046
More information about the All-commits
mailing list