Bug#402017: Depends on removed cpp-4.0

2006-12-07 Thread Frank Lichtenheld
Package: gcc-4.0-locales Version: 4.0.3-8 Severity: serious gcc-4.0-locales -8 still depends on cpp-4.0 even though cpp-4.0 is not build anymore for this revision. This will make this package uninstallable once the old cpp-4.0 binary is removed. Gruesse, Frank Lichtenheld -- System

Bug#402017: marked as done (Depends on removed cpp-4.0)

2006-12-07 Thread Debian Bug Tracking System
Your message dated Thu, 7 Dec 2006 19:44:23 +0100 with message-id [EMAIL PROTECTED] and subject line Bug#402017: Depends on removed cpp-4.0 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now

[Bug c++/7302] -Wnon-virtual-dtor should't complain of protected dtor

2006-12-07 Thread dee at pcds dot biz
--- Comment #9 from dee at pcds dot biz 2006-12-07 21:25 --- I'd like to point out that structures containing only pure virtual functions should not trigger this diagnostic either. Consider the following: struct IfacFoo { virtual int a() = 0; virtual int b() = 0; }; There is no

[Bug c++/7302] -Wnon-virtual-dtor should't complain of protected dtor

2006-12-07 Thread ben at decadent dot org dot uk
--- Comment #10 from ben at decadent dot org dot uk 2006-12-08 00:40 --- Lawrence: Every class has a destructor. You're talking about classes that have trivial destructors. Whether a non-virtual destructor is trivial or not has no bearing on the fact that if an instance of a derived