Index: flang/runtime/file.cpp =================================================================== --- flang/runtime/file.cpp +++ flang/runtime/file.cpp @@ -157,7 +157,6 @@ } void OpenFile::Close(CloseStatus status, IoErrorHandler &handler) { - CheckOpen(handler); pending_.reset(); knownSize_.reset(); switch (status) {