diff options
author | Peter Klausler <pklausler@nvidia.com> | 2022-09-01 10:14:24 -0700 |
---|---|---|
committer | Peter Klausler <pklausler@nvidia.com> | 2022-09-23 11:18:01 -0700 |
commit | 3b7b7fa7138c58e878567f6fed8f954f0e4e00a0 (patch) | |
tree | 2c9cd947d15085e24a95de790ef6fbd22bbd2a12 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 4c9d54982c85afde04e93b4f4d3ff648e48331db (diff) | |
download | llvm-3b7b7fa7138c58e878567f6fed8f954f0e4e00a0.zip llvm-3b7b7fa7138c58e878567f6fed8f954f0e4e00a0.tar.gz llvm-3b7b7fa7138c58e878567f6fed8f954f0e4e00a0.tar.bz2 |
[flang] Accept a separate module procedure interface as a specific procedure
The code snippet
module m
interface
module subroutine specific
end subroutine
end interface
interface generic
module procedure specific
end interface
end module
elicits a bogus semantic error about "specific" not being an acceptable
module procedure for the generic interface; fix.
Differential Revision: https://reviews.llvm.org/D134402
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions