https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120098
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |hubicka at gcc dot
gnu.org
--- Comment #13 from Richard Biener <rguenth at gcc dot gnu.org> ---
If there's no direct list of vtables associated with a type I suppose cgraph
could link them by going used vtable -> DECL_CONTEXT -> main vtable of type
and make that reachable this way?