[flang-commits] [PATCH] D104329: [flang] Fix crashes on calls to non-procedures
Peter Klausler via Phabricator via flang-commits
flang-commits at lists.llvm.org
Tue Jun 15 16:03:23 PDT 2021
klausler created this revision.
klausler added a reviewer: PeteSteinfeld.
klausler added a project: Flang.
Herald added a subscriber: jdoerfert.
Herald added a reviewer: sscalpone.
klausler requested review of this revision.
When a procedure reference is attempted to an entity that just
isn't a procedure, say so.
https://reviews.llvm.org/D104329
Files:
flang/lib/Semantics/expression.cpp
flang/lib/Semantics/resolve-names.cpp
flang/test/Semantics/call19.f90
flang/test/Semantics/resolve09.f90
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104329.352279.patch
Type: text/x-patch
Size: 3772 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20210615/94e573c1/attachment.bin>
More information about the flang-commits
mailing list