This is the mail archive of the gcc@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]

Re: Bug? Where are these emitted?? (type_info, virtual table, etc)


Phil Edwards <pedwards@ball.com> writes:

> That's common behavior as I understand it.  Curious that the linker 
> complained about 'missing virtual table' and the contained type_info, but 
> never about a missing non-abstract impure virtual definition.

If you didn't call them explicitly, they would only be referenced in
the virtual table, that was never emitted.

-- 
Alexandre Oliva
mailto:oliva@dcc.unicamp.br mailto:oliva@gnu.org mailto:aoliva@acm.org
http://www.dcc.unicamp.br/~oliva
Universidade Estadual de Campinas, SP, Brasil



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