[all-commits] [llvm/llvm-project] 54e72d: [flang] Ensure overrides of special procedures (#1...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Jun 10 14:45:21 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 54e72d15bc09e9e6464792711b8c475f92a759e2
https://github.com/llvm/llvm-project/commit/54e72d15bc09e9e6464792711b8c475f92a759e2
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2025-06-10 (Tue, 10 Jun 2025)
Changed paths:
M flang/lib/Semantics/runtime-type-info.cpp
A flang/test/Semantics/typeinfo13.f90
Log Message:
-----------
[flang] Ensure overrides of special procedures (#142465)
When a derived type declares a generic procedure binding of interest to
the runtime library, such as for ASSIGNMENT(=), it overrides any binding
that might have been present for the parent type.
Fixes https://github.com/llvm/llvm-project/issues/142414.
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