[all-commits] [llvm/llvm-project] fde42a: [flang][runtime] Don't raise internal error in use...

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu Aug 18 14:51:28 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fde42ac5b9d467debd37a57dc941734678cc18c3
      https://github.com/llvm/llvm-project/commit/fde42ac5b9d467debd37a57dc941734678cc18c3
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-08-18 (Thu, 18 Aug 2022)

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

  Log Message:
  -----------
  [flang][runtime] Don't raise internal error in user error recovery situation

In the case of a data transfer I/O statement with an illegal unit number and
error recovery, ensure that data transfer API calls don't raise internal
errors due to the I/O statement representation unexpectedly being something
other than a data transfer statement.

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




More information about the All-commits mailing list