[flang-commits] [PATCH] D153478: [flang] Fix bug with generic and homonymous specific module procedure
Peter Klausler via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed Jun 21 15:48:35 PDT 2023
klausler created this revision.
klausler added a reviewer: PeteSteinfeld.
klausler added a project: Flang.
Herald added subscribers: sunshaoce, jdoerfert.
Herald added a reviewer: sscalpone.
Herald added a project: All.
klausler requested review of this revision.
An unconditional EraseSymbol() call was deleting a generic interface symbol
when the generic had a module procedure of the same name as a specific
procedure, and the module procedure's definition appeared in the same
module. Also clean up some applications of the MODULE attribute to
symbols created along the way.
https://reviews.llvm.org/D153478
Files:
flang/lib/Semantics/resolve-names.cpp
flang/test/Semantics/symbol28.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153478.533422.patch
Type: text/x-patch
Size: 7232 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20230621/7065fea2/attachment.bin>
More information about the flang-commits
mailing list