[all-commits] [llvm/llvm-project] 6e7df7: [flang][runtime] Handle array components in NAMELI...

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu Oct 6 14:49:44 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6e7df70e5acb482b118b8d9a8957c0980a172e16
      https://github.com/llvm/llvm-project/commit/6e7df70e5acb482b118b8d9a8957c0980a172e16
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2022-10-06 (Thu, 06 Oct 2022)

  Changed paths:
    M flang/runtime/namelist.cpp

  Log Message:
  -----------
  [flang][runtime] Handle array components in NAMELIST input

A namelist input item that is a derived type component reference
needs additional processing when the base item or the component
is an array.  When both have rank > 0, the component reference
must of course be subscripted.

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




More information about the All-commits mailing list