Files
clang-p2996/flang/runtime/unit.cpp
Peter Klausler c94f780487 [flang][runtime] Support READ after WRITE w/o positioning (#74650)
Most Fortran implementations support a READ statement after a WRITE
without repositioning on a sequential unit; it implies on ENDFILE and
then hits an EOF condition.

Fixes llvm-test-suite/Fortran/gfortran/regression/backspace_2.f.
2023-12-11 12:56:34 -08:00

35 KiB