[all-commits] [llvm/llvm-project] e86bf4: [flang] Disallow intrinsics and statement function...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Thu Mar 2 09:51:03 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e86bf46825d664f7bde98f2d8b703eb4cceb926c
https://github.com/llvm/llvm-project/commit/e86bf46825d664f7bde98f2d8b703eb4cceb926c
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-03-02 (Thu, 02 Mar 2023)
Changed paths:
M flang/lib/Semantics/check-declarations.cpp
A flang/test/Semantics/generic06.f90
Log Message:
-----------
[flang] Disallow intrinsics and statement functions from generics
Generic interfaces are not permitted to have intrinsic procedures or
statement functions as specific procedures.
Differential Revision: https://reviews.llvm.org/D145103
More information about the All-commits
mailing list