[Bug lto/50676] Partitioning may fail with presence of static variables referring to function labels

markus at trippelsdorf dot de gcc-bugzilla@gcc.gnu.org
Mon Nov 7 10:49:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50676

--- Comment #3 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2011-11-07 10:49:23 UTC ---
Just hit the same problem today:
...
/tmp/ccNz0HZT.ltrans29.ltrans.o:ccNz0HZT.ltrans29.o:function
_ZZN2js9InterpretEP9JSContextPNS_10StackFrameENS_10InterpModeEE15normalJumpTable.98063: 
error: undefined reference to '.L3709'
/tmp/ccNz0HZT.ltrans29.ltrans.o:ccNz0HZT.ltrans29.o:function
_ZZN2js9InterpretEP9JSContextPNS_10StackFrameENS_10InterpModeEE15normalJumpTable.98063: 
error: undefined reference to '.L3710'
/tmp/ccNz0HZT.ltrans29.ltrans.o:ccNz0HZT.ltrans29.o:function
_ZZN2js9InterpretEP9JSContextPNS_10StackFrameENS_10InterpModeEE15normalJumpTable.98063:
error: undefined reference to '.L3711'
...



More information about the Gcc-bugs mailing list