https://sourceware.org/bugzilla/show_bug.cgi?id=16934
Alan Modra <amodra at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|WAITING |RESOLVED --- Comment #8 from Alan Modra <amodra at gmail dot com> --- What you'd need is some way for the linker to recognise that references from vtables should not be followed for the purpose of marking sections against garbage collection, and some way of marking the functions called at their call sites. The former is easy enough, the latter is impossible. The linker can't know the function called, by the very nature of virtual functions. -- You are receiving this mail because: You are on the CC list for the bug.