[all-commits] [llvm/llvm-project] e73d51: [flang] ASSOCIATE/SELECT TYPE entities aren't poin...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Jul 18 16:14:40 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e73d51d3c8ea61fa34658f22147e65f95411eca2
https://github.com/llvm/llvm-project/commit/e73d51d3c8ea61fa34658f22147e65f95411eca2
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2024-07-18 (Thu, 18 Jul 2024)
Changed paths:
M flang/lib/Semantics/definable.cpp
A flang/test/Semantics/associate03.f90
Log Message:
-----------
[flang] ASSOCIATE/SELECT TYPE entities aren't pointer/allocatable (#99364)
Fix what seems to be a regression in semantics in definability checking:
the construct entities of ASSOCIATE and SELECT TYPE constructs are never
pointers or allocatables, even when their selectors are so. SELECT RANK
construct entities, however, can be pointers or allocatables.
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