Files
clang-p2996/flang/runtime/io-error.cpp
Peter Klausler bf95854e9a [flang] EOF goes to ERR= in READ(..., REC=) (#122608)
A direct access READ that tries to read past the end of the file must
recover the error via an ERR= label, not an END= label (which is not
allowed to be present).

Fixes https://github.com/llvm/llvm-project/issues/122150.
2025-01-14 12:58:16 -08:00

4.7 KiB