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: g++ inlining problem?


On 5 Sep 1999, Alexandre Oliva wrote:

> them should be generated.  Maybe you're falling victim of 
> http://egcs.cygnus.com/faq.html#vtables ?

Interesting.  Thanks for the reply.  You're onto something.  We do have a
virtual destructor for the one class i'm having trouble with.  The
destructor is defined in the source of the library.  So it _should_ be in
the library (i'm gonna go verify that).  However, in a little sample app I
have, if I define the destructor there, I compile and link!  (i still
gotta test to see that that works for the rest of the classes/member
functions i'm having trouble with).  

So why do I not have this problem if I compile optimized??
This is weird.
Thank you so much for your reply,
tom


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