[all-commits] [llvm/llvm-project] 2c3997: [flang][runtime] Catch input error on missing NAME...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Aug 18 14:37:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c39975d99dfc6659986c1c5853a328afc25e139
https://github.com/llvm/llvm-project/commit/2c39975d99dfc6659986c1c5853a328afc25e139
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-08-18 (Thu, 18 Aug 2022)
Changed paths:
M flang/runtime/io-stmt.h
M flang/runtime/namelist.cpp
Log Message:
-----------
[flang][runtime] Catch input error on missing NAMELIST scalar
While a NAMELIST input group item for an array can have fewer
values than expected, or none, an input group item for a scalar
must have a value.
Differential Revision: https://reviews.llvm.org/D132157
More information about the All-commits
mailing list