[all-commits] [llvm/llvm-project] 5be7f8: [flang] Catch attempt to misuse an abstract proced...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Mar 2 09:46:36 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5be7f8a666daee086042da0650b595a0938e3da2
https://github.com/llvm/llvm-project/commit/5be7f8a666daee086042da0650b595a0938e3da2
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-03-02 (Thu, 02 Mar 2023)
Changed paths:
M flang/lib/Semantics/check-declarations.cpp
M flang/test/Semantics/generic02.f90
Log Message:
-----------
[flang] Catch attempt to misuse an abstract procedure in a generic interface
A procedure defined in an ABSTRACT INTERFACE may not appear as
a specific procedure in a generic interface.
Differential Revision: https://reviews.llvm.org/D145102
More information about the All-commits
mailing list