[all-commits] [llvm/llvm-project] b0a971: [flang] Prevent bogus runtime I/O error message

Peter Klausler via All-commits all-commits at lists.llvm.org
Fri Jul 17 17:23:53 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b0a971d25cdc9fdb7ca1a21db1d0fd409f58f85a
      https://github.com/llvm/llvm-project/commit/b0a971d25cdc9fdb7ca1a21db1d0fd409f58f85a
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2020-07-17 (Fri, 17 Jul 2020)

  Changed paths:
    M flang/runtime/io-stmt.cpp
    M flang/runtime/io-stmt.h

  Log Message:
  -----------
  [flang] Prevent bogus runtime I/O error message

The runtime was requiring that STATUS='OLD' be explicitly specified
on an OPEN statement for a connected unit.  There error should issue
only if a STATUS= other than 'OLD' is specified; an OPEN with no
STATUS= specifier is okay.

Reviewed By: sscalpone

Differential Revision: https://reviews.llvm.org/D84079




More information about the All-commits mailing list