On Tue, Dec 16, 2014 at 10:16:42AM -0500, Jason Merrill wrote: > On 12/16/2014 05:09 AM, Andreas Schwab wrote: > >covariant4.C:(.text._ZN5ModelD2Ev[_ZN5ModelD5Ev]+0x1e): undefined reference > >to `operator delete(void*, unsigned int)'. > > Can you determine why this reference isn't being satisfied by libstdc++?
Note it fails on i686-linux (and x86_64-linux with -m32) too: http://gcc.gnu.org/ml/gcc-testresults/2014-12/msg02036.html Jakub