mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
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