------- Comment #2 from reichelt at gcc dot gnu dot org 2006-01-19 14:10 ------- Confirmed. Reduced testcase:
=========================================== int foo(); int i; struct A { ~A() { if (this != (A*)(&i)) foo(); } }; struct B { A a1, a2, a3, a4; ~B() { foo(); } }; B b; =========================================== -- 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 Last reconfirmed|0000-00-00 00:00:00 |2006-01-19 14:10:12 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25857