[all-commits] [llvm/llvm-project] 463fb9: [flang] Support INDEX as a procedure interface (#8...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Mar 1 16:59:48 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 463fb9f2140a4b37afb2f2a53cc766fac84203e3
https://github.com/llvm/llvm-project/commit/463fb9f2140a4b37afb2f2a53cc766fac84203e3
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2024-03-01 (Fri, 01 Mar 2024)
Changed paths:
M flang/docs/Extensions.md
M flang/lib/Evaluate/intrinsics.cpp
A flang/test/Semantics/intrinsics03.f90
Log Message:
-----------
[flang] Support INDEX as a procedure interface (#83073)
The specific intrinsic function INDEX should work as a PROCEDURE
interface in the declaration of a procedure pointer or dummy procedure,
and it should be compatible with a user-defined interface.
Fixes https://github.com/llvm/llvm-project/issues/82397.
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