https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83309
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jason at gcc dot gnu.org
--- Comment #6 from Jason Merrill <jason at gcc dot gnu.org> ---
We could use one of the other lang_type fields for a hash table until the class
is complete, perhaps vcall_indices.
Or change 'members' from a vec to a hash table.
