Bug#356435: g++-4.1: may fail to generate code for base destructor defined inline

2006-03-26 Thread Ben Hutchings
reassign 356435 g++-4.0 retitle 356435 g++-4.0: may fail to generate all versions of inline destructor found 356435 4.0.2-5 thanks I'm reassigning and retitling this based on information in the upstream bug report. Ben. -- Ben Hutchings If you seem to know what you are doing, you'll be given

Bug#356435: g++-4.1: may fail to generate code for base destructor defined inline

2006-03-21 Thread Falk Hueffner
forwarded 356435 http://gcc.gnu.org/PR26755 thanks Martin Michlmayr [EMAIL PROTECTED] writes: Falk, even without a minimal test case, do you think you can forward this upstream. It seems Matthias has already forwarded it as PR 26755. I can also produce pregenerated code for xbsql (the

Processed: Re: Bug#356435: g++-4.1: may fail to generate code for base destructor defined inline

2006-03-21 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: forwarded 356435 http://gcc.gnu.org/PR26755 Bug#356435: g++-4.1: may fail to generate code for base destructor defined inline Noted your statement that Bug has been forwarded to http://gcc.gnu.org/PR26755. thanks Stopping processing here. Please

Bug#356435: g++-4.1: may fail to generate code for base destructor defined inline

2006-03-21 Thread Matthias Klose
Falk Hueffner writes: forwarded 356435 http://gcc.gnu.org/PR26755 thanks Martin Michlmayr [EMAIL PROTECTED] writes: Falk, even without a minimal test case, do you think you can forward this upstream. It seems Matthias has already forwarded it as PR 26755. strange, I sent the message

Bug#356435: g++-4.1: may fail to generate code for base destructor defined inline

2006-03-20 Thread Martin Michlmayr
* Martin Michlmayr [EMAIL PROTECTED] [2006-03-20 23:10]: Falk, even without a minimal test case, do you think you can forward this upstream. Maybe someone there'll have a good idea. I can also produce pregenerated code for xbsql (the package that fails in #356245) if you want. Oh, and

Bug#356435: g++-4.1: may fail to generate code for base destructor defined inline

2006-03-20 Thread Martin Michlmayr
* Ben Hutchings [EMAIL PROTECTED] [2006-03-12 01:41]: Where a base class has a destructor defined inline, g++ may generate code for a derived class's destructor that calls an non-inline version of the base class destructor, but without generating code for the latter. This is normally masked

Bug#356435: g++-4.1: may fail to generate code for base destructor defined inline

2006-03-11 Thread Ben Hutchings
Package: g++-4.1 Version: 4.1.0-0 Severity: important Where a base class has a destructor defined inline, g++ may generate code for a derived class's destructor that calls an non-inline version of the base class destructor, but without generating code for the latter. This is normally masked by