Files
clang-p2996/flang/runtime/edit-input.cpp
Peter Klausler 7cf198f798 [flang][runtime] Don't do partial data transfer on short character read with ADVANCE='NO', PAD='NO'
When a non-advancing formatted READ can't completely fill a CHARACTER
input item with data, and PAD='NO', don't modify the variable at all.
This matters when the error is recoverable.

Fixes https://github.com/llvm/llvm-project/issues/63772

Differential Revision: https://reviews.llvm.org/D155000
2023-07-17 10:04:15 -07:00

26 KiB