------- Comment #8 from reichelt at gcc dot gnu dot org 2007-12-27 16:55 ------- Confirmed. Even shorter testcase:
================================ struct A { virtual void foo() {} } a; struct B { ~B() {} }; struct C : B { A* p; C() : p(&a) { p->foo(); } } c; ================================ -- reichelt at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |reichelt at gcc dot gnu dot | |org Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |monitored Known to fail| |4.2.0 4.2.1 4.2.2 Known to work| |4.1.0 4.1.3 4.3.0 Last reconfirmed|0000-00-00 00:00:00 |2007-12-27 16:55:53 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31947