You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[flang][runtime] Terminate last partial record after non-advancing write
After a non-advancing WRITE to a unit, ensure that any ENDFILE
operation (explicit or implicit) flushes and, if not stream output,
terminates the record. (All other Fortran implementations do so
except XLF.)
Fixes llvm-test-suite/Fortran/gfortran/regression/advance_6.f90.
0 commit comments