[all-commits] [llvm/llvm-project] cadc70: [flang] Prefer non-elemental to elemental defined ...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Jan 31 10:54:22 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cadc70c1f0f4dc72340891395dc213cf1a9472c9
https://github.com/llvm/llvm-project/commit/cadc70c1f0f4dc72340891395dc213cf1a9472c9
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2025-01-31 (Fri, 31 Jan 2025)
Changed paths:
M flang/include/flang/Semantics/expression.h
M flang/lib/Semantics/expression.cpp
A flang/test/Semantics/bug12477.f90
M flang/test/Semantics/resolve110.f90
Log Message:
-----------
[flang] Prefer non-elemental to elemental defined operator resolution (#124941)
A non-elemental specific procedure must take precedence over an
elemental specific procedure in defined operator generic resolution.
Fixes https://github.com/llvm/llvm-project/issues/124777.
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