This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Debugging missing vtables


On some large application (not written by me), GCC 4.0 does not emit
some vtables, and link errors are the result.

If I understand things correctly, a certain member is deemed the
controlling member, and the vtable is emitted in the translation unit
which contains this member.

Is there a way to cause GCC to print this member?  I think this would
help me to debug this issue.  (It's probably a bug in the application,
but I'm not completely sure.)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]