https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86854
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- This is a bug in gold's linker implementation of --icf=safe. The main reason is the eh/unwind information from GCC is correct for the landing location but --icf=safe does not take into account the difference in landing locations before merging them. Report this to binutils instead.