This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug lto/53831] Inline virtuals missing in LTO symtab


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

--- Comment #3 from Yuri Gribov <tetra2005 at gmail dot com> 2012-07-03 10:45:09 UTC ---
I don't think linker can do much after gcc removes the symbol from symtab.

BTW it would help a lot if linker verified that LTO and ELF symtabs actually
match. Currently mismatches causes all sorts or weird errors which are somewhat
hard to understand without getting your hands dirty.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]