This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
virtual function thunk
- To: egcs at cygnus dot com
- Subject: virtual function thunk
- From: Weiwen Liu <liu at hepvms dot physics dot yale dot edu>
- Date: Fri, 10 Oct 1997 11:51:15 -0400 (EDT)
Hi,
While using egcs-971008 with -fvtable-thunks on an alpha-dec-osf4.0 to
compile files which were compiled successfully with gcc-2.7.2, I got error
message:
virtual function thunk (delta:-40) for Event8::~Event8(void)
What does it mean?