[all-commits] [llvm/llvm-project] 6ce0fb: [flang][runtime] Skip remainder of bad input recor...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Mon Jun 13 16:36:38 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6ce0fba0e800155e40964a955f9002cdfac560c7
https://github.com/llvm/llvm-project/commit/6ce0fba0e800155e40964a955f9002cdfac560c7
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M flang/runtime/io-stmt.cpp
M flang/runtime/unit.cpp
Log Message:
-----------
[flang][runtime] Skip remainder of bad input record even with ADVANCE='NO'
After a recoverable error condition in a READ statement with ADVANCE='NO',
skip the remainder of the current record.
Differential Revision: https://reviews.llvm.org/D127433
More information about the All-commits
mailing list