[all-commits] [llvm/llvm-project] 514b75: [flang][runtime] Catch input error case of missing...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Aug 18 15:51:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 514b759a969b8788345f2288fe543507f7d7ba9c
https://github.com/llvm/llvm-project/commit/514b759a969b8788345f2288fe543507f7d7ba9c
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-08-18 (Thu, 18 Aug 2022)
Changed paths:
M flang/runtime/edit-input.cpp
M flang/runtime/namelist.cpp
M flang/runtime/namelist.h
Log Message:
-----------
[flang][runtime] Catch input error case of missing integer value
Formatted input allows for an empty numeric input field, which
signifies a zero value, but list-directed and NAMELIST input does
not -- apart from the special case of a NAMELIST array.
Differential Revision: https://reviews.llvm.org/D132178
More information about the All-commits
mailing list