[Bug c++/26755] [4.1 regression?] may fail to generate code for base destructor defined inline

2006-03-25 Thread ben at decadentplace dot org dot uk
--- Comment #7 from ben at decadentplace dot org dot uk 2006-03-26 02:07 --- Here's a trivial test case: $ cat test.hpp #ifdef USE_PRAGMA #pragma interface #endif class foo { public: virtual ~foo() {} }; class bar : public foo { public : ~bar(); }; $ cat test.cpp #include

[Bug c++/26755] [4.1 regression?] may fail to generate code for base destructor defined inline

2006-03-21 Thread tbm at cyrius dot com
--- Comment #2 from tbm at cyrius dot com 2006-03-21 12:09 --- We need a testcase to reproduce this. We don't have a minimal test case yet but you can download the source of the package which shows this problem and see for yourself. Maybe you can come up with a smaller testcase.

[Bug c++/26755] [4.1 regression?] may fail to generate code for base destructor defined inline

2006-03-21 Thread tbm at cyrius dot com
--- Comment #6 from tbm at cyrius dot com 2006-03-21 15:33 --- I think you're onto something here. Compiling xbsql with 4.1 against a libxbase compiled with 4.1 works, but it fails against libxbase compiled with 4.0. So this may be an 4.0 issue - but it still leaves us with a binary

[Bug c++/26755] [4.1 regression?] may fail to generate code for base destructor defined inline

2006-03-21 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-03-21 14:28 --- http://gcc.gnu.org/bugs.html Please read the instructions there (in fact this should not have been pulled up stream until then). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26755

[Bug c++/26755] [4.1 regression?] may fail to generate code for base destructor defined inline

2006-03-21 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2006-03-21 14:06 --- Reading this bug report, leads me to think there is a bug in 4.0.x. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26755

[Bug c++/26755] [4.1 regression?] may fail to generate code for base destructor defined inline

2006-03-21 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2006-03-21 14:07 --- And we cannot do without a testcase as looking at the source which you gave link to does not give any obvious answers. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26755

[Bug c++/26755] [4.1 regression?] may fail to generate code for base destructor defined inline

2006-03-19 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-03-19 16:08 --- We need a testcase to reproduce this. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added