[all-commits] [llvm/llvm-project] 286f45: [flang] Catch attempts to use assumed-rank as elem...

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue Sep 23 15:45:39 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 286f45189bbb06a4e6a3fc1c3f92bfce486f3ebe
      https://github.com/llvm/llvm-project/commit/286f45189bbb06a4e6a3fc1c3f92bfce486f3ebe
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2025-09-23 (Tue, 23 Sep 2025)

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

  Log Message:
  -----------
  [flang] Catch attempts to use assumed-rank as elemental argument (#159852)

An assumed-rank array may not be used as an argument to an elemental
procedure.

Fixes https://github.com/llvm/llvm-project/issues/159555.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list