Re: Java Classes and Non-virtual Destructors

2005-03-07 Thread Tom Tromey
> "Ranjit" == Ranjit Mathew <[EMAIL PROTECTED]> writes: Ranjit> After your patch for PR c++/19733, there have been tonnes Ranjit> of warnings during a libjava build complaining about "class Ranjit> Foo has virtual functions but non-virtual destructor". Ranjit> Therefore, can you please supp

Java Classes and Non-virtual Destructors

2005-03-06 Thread Ranjit Mathew
Hi Mark, After your patch for PR c++/19733, there have been tonnes of warnings during a libjava build complaining about "class Foo has virtual functions but non-virtual destructor". Here's a simple testcase: -- 8< -- ~/tmp > cat y.cpp exte