Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: delr...@dolphin-emu.org
Created attachment 32814
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32814&acti
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61214
--- Comment #3 from Pierre Bourdon ---
I'm more wondering why Foo::clone is not being instantiated by the code that
calls it.
Does C++ specify that virtual inline functions are guaranteed to be
instantiated in the compilation unit that contains