[all-commits] [llvm/llvm-project] 5c9aca: [flang] Descriptor-based I/O using wrong size for ...

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu Aug 13 10:47:38 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c9aca1e9396c54151b066189748209554230b59
      https://github.com/llvm/llvm-project/commit/5c9aca1e9396c54151b066189748209554230b59
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2020-08-13 (Thu, 13 Aug 2020)

  Changed paths:
    M flang/runtime/descriptor-io.h
    M flang/runtime/descriptor.h

  Log Message:
  -----------
  [flang] Descriptor-based I/O using wrong size for contiguous unformatted I/O

The descriptor-based I/O routine was using the size of the descriptor
rather than the size of the described data for the transfer.  Fix,
and add a comment to the relevant API.

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




More information about the All-commits mailing list