http://sourceware.org/bugzilla/show_bug.cgi?id=14342

--- Comment #5 from hubicka at ucw dot cz ---
> I thought GNU ld didn't have this bug, but I'll check.
It reproduced for me for both GNU ld and gold in the latest release version.

The testcase seen by GCC may be different from normal file, since libgcov is
runtime
library (there is some magic of passing it down to linker and allow new
references
to it to be born at LTO plugin).  The way to disable workaround I put in place
in mainline GCC is to
turn flag_lto into 0 in all occurences in tree-profile.c
It should trigger failure of ./gcc.dg/tree-prof/crossmodule-indircall-1.c

Honza

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to