[Bug middle-end/41729] Undefined reference with -fPIC -fwhole-program -flto
hubicka at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Nov 11 22:15:00 GMT 2009
------- Comment #1 from hubicka at gcc dot gnu dot org 2009-11-11 22:15 -------
This seems to be some issue with EH producing type infos too early.
LDFCM0 appears there is action record:
.LLSDACSE1:
.byte 0x1 # Action record table
.byte 0x0
.align 4
.long .LDFCM0-.
and later here:
.type .LDFCM0.2083, @object
.size .LDFCM0.2083, 8
.LDFCM0.2083:
.quad _ZTIP10cException
.hidden DW.ref.__gxx_personality_v0
.weak DW.ref.__gxx_personality_v0
.section
.data.DW.ref.__gxx_personality_v0,"awG",@progbits,DW.ref.__gxx_personality_v0,comdat
.align 8
.type DW.ref.__gxx_personality_v0, @object
.size DW.ref.__gxx_personality_v0, 8
it is however gets this
--
hubicka at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |hubicka at gcc dot gnu dot
|dot org |org
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2009-11-11 22:15:17
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41729
More information about the Gcc-bugs
mailing list