[all-commits] [llvm/llvm-project] f7be1a: [flang] Prohibit multiple separate module procedur...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Jan 27 14:43:16 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7be1aadf2d040b943b96a9ed52bf654faf33f08
https://github.com/llvm/llvm-project/commit/f7be1aadf2d040b943b96a9ed52bf654faf33f08
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M flang/lib/Semantics/check-declarations.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/lib/Semantics/scope.cpp
A flang/test/Semantics/separate-mp04.f90
Log Message:
-----------
[flang] Prohibit multiple separate module procedure definitions
Ensure that non-BIND(C) separate module procedures are not
defined more than once.
Differential Revision: https://reviews.llvm.org/D142750
More information about the All-commits
mailing list