This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug lto/65380] [5 Regression][ICF] LTO: ICE in add_symbol_to_partition_1, at lto/lto-partition.c:158


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

--- Comment #14 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Ah, thanks! The patch fixed as in coment #10 is OK for mainline.  We obviously
should not try to do any merging of external symbols; it is pointless. We only
want to calculate equivalences on these to merge non-externals referencing
them.

Patch is OK with the fixes and testcase.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]