[all-commits] [llvm/llvm-project] 5d5b96: [flang] Add fixes and missing stmts to I/O runtime...

Peter Klausler via All-commits all-commits at lists.llvm.org
Sat Jul 4 12:54:26 PDT 2020


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

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

  Log Message:
  -----------
  [flang] Add fixes and missing stmts to I/O runtime API handlers (ext. I/O part 8)

Complete the rework of the initial implementation of external I/O
to fix problems found in testing (tests to follow); add handlers
for hitherto unimplemented PAUSE, FLUSH, ENDFILE, BACKSPACE, and
REWIND statements.

Reviewed By: tskeith, sscalpone

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




More information about the All-commits mailing list