This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/4122: undefined reference to `non-virtual thunk to ...'
- From: Jason Merrill <jason at redhat dot com>
- To: Robert Boehne <rboehne at ricardo-us dot com>
- Cc: gcc-gnats at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, juergen at monocerus dot demon dot co dot uk, boehme at informatik dot hu-berlin dot de, loewis at informatik dot hu-berlin dot de, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, michael at ritzert dot de, gcc-patches at gcc dot gnu dot org
- Date: Thu, 20 Dec 2001 03:09:19 +0000
- Subject: Re: c++/4122: undefined reference to `non-virtual thunk to ...'
- References: <3C21517D.23651617@ricardo-us.com>
No, it should never be necessary to generate thunks with the vtable; if
there's a thunk missing, either it should be generated with the function or
it should not be needed.
Jason