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 6 Sep 1999, Alexandre Oliva wrote:

> On Sep  6, 1999, Thomas Flynn <flynnt@acm.org> wrote:
> 
> > So why do I not have this problem if I compile optimized??
> 
> Because then the member function is inlined, so it doesn't matter if
> an out-of-line version of it was generated.

...so, I still have a virtual destructor problem when compiling optimized
but since everything is inlined, it has nothing to complain about?  Is
that what you're saying?


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