[all-commits] [llvm/llvm-project] 828bfb: [flang] Suppress error meant to prevent discontigu...

Peter Klausler via All-commits all-commits at lists.llvm.org
Thu Nov 30 13:15:58 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 828bfbef173e82943e56aee5901641c70fc1ea14
      https://github.com/llvm/llvm-project/commit/828bfbef173e82943e56aee5901641c70fc1ea14
  Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
  Date:   2023-11-30 (Thu, 30 Nov 2023)

  Changed paths:
    M flang/lib/Semantics/check-call.cpp

  Log Message:
  -----------
  [flang] Suppress error meant to prevent discontiguous association whe… (#73175)

…n actual argument is contiguous

When an element of a contiguous pointer array or assumed-shape array is
associated as an actual argument with an assumed-size dummy array, don't
flag the usage as an error.




More information about the All-commits mailing list