[all-commits] [llvm/llvm-project] 4c15a9: [flang] Add missing call to BeginReadingRecord()
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Aug 17 11:10:42 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4c15a9700b1f6dd0887e106f524010285df12aca
https://github.com/llvm/llvm-project/commit/4c15a9700b1f6dd0887e106f524010285df12aca
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-08-17 (Tue, 17 Aug 2021)
Changed paths:
M flang/runtime/namelist.cpp
Log Message:
-----------
[flang] Add missing call to BeginReadingRecord()
NAMELIST input needs to start with a call to BeginReadingRecord().
Internal unit input doesn't care (so unit tests were passing), but
external unit input does need the call and will assert without it.
Differential Revision: https://reviews.llvm.org/D108051
More information about the All-commits
mailing list