https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93384
--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Seems
node->call_for_symbol_and_aliases (symtab_node::noninterposable_alias,
(void *)&new_node, true);
if (new_node)
return new_node;
should catch that, so the question is why it hasn't been found. Will try to
reproduce tomorrow.
