[all-commits] [llvm/llvm-project] c3def5: [flang] Fix bogus error about duplicate binding na...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Wed Apr 24 14:57:23 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c3def59d0f28edf32eb43236db88f21321f36dca
https://github.com/llvm/llvm-project/commit/c3def59d0f28edf32eb43236db88f21321f36dca
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2024-04-24 (Wed, 24 Apr 2024)
Changed paths:
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Semantics/declarations03.f90
Log Message:
-----------
[flang] Fix bogus error about duplicate binding names (#89786)
Don't call SetBindNameOn() from DeclareUnknownEntity() unless there is
an explicit BIND(C) attribute.
Fixes https://github.com/llvm/llvm-project/issues/89439 and
https://github.com/llvm/llvm-project/issues/89558.
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