[all-commits] [llvm/llvm-project] fcf515: [flang] Fix IsVariable() to be false for procedure...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Nov 30 11:59:37 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fcf5154a27ba27de91d9b4527a75daeb92563ff4
https://github.com/llvm/llvm-project/commit/fcf5154a27ba27de91d9b4527a75daeb92563ff4
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2023-11-30 (Thu, 30 Nov 2023)
Changed paths:
M flang/include/flang/Evaluate/tools.h
M flang/test/Semantics/associated.f90
Log Message:
-----------
[flang] Fix IsVariable() to be false for procedure pointers (#72577)
The implementation of the predicate evaluate::IsVariable() needs to
recognize procedure pointers and return a false result for them.
More information about the All-commits
mailing list