[all-commits] [llvm/llvm-project] 0508fd: [flang][runtime] Make ENDFILE work after non-advan...

Peter Klausler via All-commits all-commits at lists.llvm.org
Wed Jul 6 17:30:54 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0508fd5935d91a684d178613b9bbf75760c41686
      https://github.com/llvm/llvm-project/commit/0508fd5935d91a684d178613b9bbf75760c41686
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-07-06 (Wed, 06 Jul 2022)

  Changed paths:
    M flang/runtime/unit.cpp

  Log Message:
  -----------
  [flang][runtime] Make ENDFILE work after non-advancing READ

An ENDFILE statement executed when a non-advancing READ has
left the unit in the middle of a record must truncate the file
at that position.

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




More information about the All-commits mailing list