[Bug lto/68881] [6 Regression] UNRESOLVED/FAIL: gcc.dg/lto/attr-weakref-1 -O2 -flto
hubicka at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Jan 18 20:01:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68881
Jan Hubicka <hubicka at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at redhat dot com
--- Comment #8 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Hmm, I really do not see symbol definition loop here. As complains already on:
.text
.globl callmefirst
.type callmefirst, @function
callmefirst:
.globl callmesecond
.type callmesecond, @function
callmesecond:
jmp callmealias.lto_priv.0
.weakref callmealias.lto_priv.0,callmesecond
in my reading callmealias.lto_priv.0 is declared as alias of callmesecond and
the jmp should weakrefly bind to it.
Jakub, why this is refused?
More information about the Gcc-bugs
mailing list