Processed: Re: Bug#152315: g++-2.95-3/4 template and virtual inheritance bug

2002-07-12 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > retitle 152315 [fixed in g++-3.x] g++-2.95-3/4 template and virtual > inheritance bug Bug#152315: g++-2.95-3/4 template and virtual inheritance bug Changed Bug title. > tags 152315 + fixed Bug#152315: [fixed in g++-3.x] g++-2.95-3/4 tem

Bug#152315: g++-2.95-3/4 template and virtual inheritance bug

2002-07-08 Thread Frank Mattern
Package: g++-2.95 Version: 1:2.95.4-9 Severity: important $ cat < test.C class base { }; // error occurs only using template classes and virtual inheritance! template class templateClass : public virtual base { public: templateClass() {} templateClass( const templateClass