[all-commits] [llvm/llvm-project] 682270: [flang] Correct handling of assumed-rank allocatab...

Peter Klausler via All-commits all-commits at lists.llvm.org
Tue Sep 19 12:27:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 682270877d43c26d2ab3eed8c7f88bff12e9f19d
      https://github.com/llvm/llvm-project/commit/682270877d43c26d2ab3eed8c7f88bff12e9f19d
  Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
  Date:   2023-09-19 (Tue, 19 Sep 2023)

  Changed paths:
    M flang/lib/Evaluate/tools.cpp
    M flang/lib/Semantics/check-allocate.cpp
    M flang/test/Semantics/select-rank03.f90

  Log Message:
  -----------
  [flang] Correct handling of assumed-rank allocatables in ALLOCATE (#66718)

Construct entities that are associations from selectors in ASSOCIATE,
CHANGE TEAMS, and SELECT TYPE constructs do not have the ALLOCATABLE or
POINTER attributes, even when associating with allocatables or pointers;
associations from selectors in SELECT RANK constructs do have those
attributes.




More information about the All-commits mailing list