On Sun, 2021-06-06 at 17:41 -0400, Paul Smith wrote: > How can I figure out why the compiler decides, while compiling > foo.cxx, that MyClass is virtual and needs a vtable when as far as I > can tell it's not (if I use nm on MyClass.o I see no hints of vtable > etc.)
Err... I think this might have been a problem caused by ccache :(. Not sure how but cannot reproduce after I deleted my cache. Sigh.