[all-commits] [llvm/llvm-project] b18560: [flang] Allow INQUIRE() on a child unit in user-de...

Peter Klausler via All-commits all-commits at lists.llvm.org
Fri Jan 21 18:24:12 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b1856009fbc1fd594e283460a781f2b34fbd7d55
      https://github.com/llvm/llvm-project/commit/b1856009fbc1fd594e283460a781f2b34fbd7d55
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-01-21 (Fri, 21 Jan 2022)

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

  Log Message:
  -----------
  [flang] Allow INQUIRE() on a child unit in user-defined I/O procedure

A procedure that implements a user-defined derived type I/O operation
is allowed to perform an INQUIRE statement on its unit.

Differential Revision: https://reviews.llvm.org/D117905https://reviews.llvm.org/D117905




More information about the All-commits mailing list