[all-commits] [llvm/llvm-project] f6253e: [flang][runtime] Fix INQUIRE(POS=n) for non-advanc...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Wed Jun 15 14:17:39 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f6253eb9ba3838922c1b4750f8b3dcb7c30ffd38
https://github.com/llvm/llvm-project/commit/f6253eb9ba3838922c1b4750f8b3dcb7c30ffd38
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-06-15 (Wed, 15 Jun 2022)
Changed paths:
M flang/runtime/unit.h
Log Message:
-----------
[flang][runtime] Fix INQUIRE(POS=n) for non-advancing I/O
Position inquiries need to account for offsets in records to be
accurate in the case of non-advancing I/O.
Differential Revision: https://reviews.llvm.org/D127789
More information about the All-commits
mailing list