[all-commits] [llvm/llvm-project] f4215f: [flang] Fix handling of shadowed procedure name us...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Mar 1 16:42:12 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f4215f71402dccc9c6a6f7ad51bbc1d08c4a48c2
https://github.com/llvm/llvm-project/commit/f4215f71402dccc9c6a6f7ad51bbc1d08c4a48c2
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2024-03-01 (Fri, 01 Mar 2024)
Changed paths:
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Semantics/bind-c03.f90
Log Message:
-----------
[flang] Fix handling of shadowed procedure name used as interface (#82837)
Use BypassGeneric() to process the name of an interface in a procedure
declaration statement, so that if it's the name of a generic with a
homonymous specific procedure, that's what defines the interface.
Fixes https://github.com/llvm/llvm-project/issues/82267.
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