[all-commits] [llvm/llvm-project] 13cd0a: [flang] Skim usage before marking unknown module e...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Mar 5 11:41:25 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 13cd0a905beab77fc31e08282c466246aae7eda6
https://github.com/llvm/llvm-project/commit/13cd0a905beab77fc31e08282c466246aae7eda6
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2024-03-05 (Tue, 05 Mar 2024)
Changed paths:
M flang/lib/Semantics/resolve-names.cpp
M flang/test/Semantics/resolve09.f90
Log Message:
-----------
[flang] Skim usage before marking unknown module externals as subrout… (#83897)
…ines
Name resolution needs to delay its default determination of module
external procedures as subroutines until after it has skimmed the
execution parts of module procedures.
Fixes https://github.com/llvm/llvm-project/issues/83622.
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