------- Additional Comments From john dot e dot bussoletti at boeing dot com 2005-05-03 22:39 ------- (In reply to comment #1) > This is undefined so a seg fault is okay.
Which part is undefined, the invocation of member functions of an object for which a destructor has been called (this part works correctly), or the multiple calls of the destructor of a class (this fails in 64 bit OS but runs without complaint in 32 bit OS)? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21371