upgrade

2001-07-16 Thread Jaakko Niemi
severity 103980 serious thanks. Are we releasing hppa with woody or not? If we are, having compiler that does not compile makes this serious. -j

Bug#103980: g++-3.0: copies constructors

2001-07-08 Thread Jaakko Niemi
Package: g++-3.0 Version: N/A Severity: normal SFS fails to compile with gcc 3.0, and it was tracked down to this example code that reproduces the error: - class aios { friend class aiosout; public: aios (); ~aios (); }; class aiosout { aiosout (const aiosout o);