[Bug lto/93384] 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:16:00 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93384

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu.org,
                   |                            |jakub at gcc dot gnu.org

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
*.localalias aliases are created by symtab_node::noninterposable_alias ()
method.
So, the question is what are the guards that should prevent creating it
multiple times (or whether it shouldn't append some number at the end if more
than one alias is needed, though I don't really say what would be an advantage
to create more than one.


More information about the Gcc-bugs mailing list