This is the mail archive of the gcc-bugs@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: g++ unref symbols


On Aug  2, 2000, Petr Ovchenkov <ptr@ParaGraph.Ru> wrote:

> Compiler specs (indeed problem exist on all gcc compilers since
> 2.95.2, don't now about earlier versions): 

You'll see somewhere in the docs that GCC emits out-of-line copies of
every inline member-function of a class in the translation unit in
which the first non-inline non-abstract virtual member-function is
defined, if there is one.  This is a valid optimization because every
non-abstract virtual member-function must be defined.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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