gcc 3.0 0526 fails to build on mips

2001-05-29 Thread rmurray
Category: c Synopsis: gcc 3.0 0526 fails to build on mips Confidential: no Severity: critical Priority: high Class: sw-bug Submitter-Id: net Originator: [EMAIL PROTECTED] Release:3.0 20010526 (Debian prerelease) (Debian testing/unstable)

Bug#94791: marked as done (pine fails to compile)

2001-05-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 May 2001 18:36:23 +0200 (MEST) with message-id [EMAIL PROTECTED] and subject line Bug#94791: pine fails to compile 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#88260: No warning for missing return in non-void member func

2001-05-29 Thread Laurent Bonnaud
Hi, the program as is does not generate any warning, indeed. This is probably because the Foo::Bar method is inline and gcc does not generate code for it unless it is used. However, if you add some code to force the method to be used, then g++ warns you. For instance with this code :

Bug#85934: ICE on template class

2001-05-29 Thread Laurent Bonnaud
Hi, this version of g++-3.0 does not crash anymore on this code: ii g++-3.0 3.0-0pre010526 The GNU C++ compiler. However the code does not link because it is somewhat incorrect. Therefore, this bug should probably be reassigned to g++-2.95. -- Laurent.