[all-commits] [llvm/llvm-project] 398dff: [flang] Fix INQUIRE(FILE=, NAME=)
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Dec 7 08:17:26 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 398dffd4ffc7cbc320e15207c8c04ca682d821c4
https://github.com/llvm/llvm-project/commit/398dffd4ffc7cbc320e15207c8c04ca682d821c4
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2021-12-07 (Tue, 07 Dec 2021)
Changed paths:
M flang/runtime/io-stmt.cpp
Log Message:
-----------
[flang] Fix INQUIRE(FILE=,NAME=)
The file name output was not being copied back to the program
from the runtime.
Differential Revision: https://reviews.llvm.org/D115190
More information about the All-commits
mailing list