[Bug lto/93384] [10 Regression] Python 3.9.0a3 fails to build on ppc64le with GCC 10.0.1: redefined symbol cannot be used on reloc

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jan 28 23:36:00 GMT 2020


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.


More information about the Gcc-bugs mailing list