[flang-commits] [PATCH] D132774: [flang] Don't construct TBP bindings for abstract derived types

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Fri Aug 26 17:39:25 PDT 2022


klausler created this revision.
klausler added a reviewer: vdonaldson.
klausler added a project: Flang.
Herald added a subscriber: jdoerfert.
Herald added a project: All.
klausler requested review of this revision.

The tables constructed by semantics that describe derived types to
the runtime support library must not include "vtable" entries for
the deferred type-bound procedures of abstract derived types;
these can turn out to be unsatisfiable external references to
procedures whose interfaces were used in the definitions of those
bindings.


https://reviews.llvm.org/D132774

Files:
  flang/lib/Semantics/runtime-type-info.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132774.456068.patch
Type: text/x-patch
Size: 6013 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20220827/22c8288c/attachment-0001.bin>


More information about the flang-commits mailing list