This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: V3 patch causes EH failures in ILP32 mode


You Wrote Nathan Myers
> On Thu, Jun 24, 2004 at 03:01:21AM +0200, Gabriel Dos Reis wrote:
>> You Wrote Nathan Myers
>>
>>    I have set of abstract classes, in pure classic OO
>> tradition -- pure virtual functions, no data member; no
>> deletion through base classes.  Yet the compiler insists
>> on sending non-sensical remarks about classes having virtual
>> functions but no virtual destructors.
>
> This has bitten me, too.   (That's with just "-Wall", not "-Weffc++".)

Right.

> It was very annoying.  I suppose I should enter a bug report.

Please do; either me or someone will take eventually look at it.


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