[all-commits] [llvm/llvm-project] 19afc4: [flang] Enforce array conformance in actual argume...

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu Sep 16 16:17:50 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 19afc495dc2797803b3da7f0797f214483215bb8
      https://github.com/llvm/llvm-project/commit/19afc495dc2797803b3da7f0797f214483215bb8
  Author: peter klausler <pklausler at nvidia.com>
  Date:   2021-09-16 (Thu, 16 Sep 2021)

  Changed paths:
    M flang/lib/Semantics/check-call.cpp
    A flang/test/Semantics/call22.f90

  Log Message:
  -----------
  [flang] Enforce array conformance in actual arguments to ELEMENTALs

When the shapes of actual arguments to ELEMENTAL procedures are
sufficiently well known during semantics, require them to conform.

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




More information about the All-commits mailing list