[Bug c++/22446] New: Invocation of destructor of element of array changes vtable
i < 10; i++) { test[i].~B(); } for (i = 9; i >= 0; i--) { B b = temp[i]; test[9-i] = b; } for (i = 0; i < 9; i++) { test[i].CompBugIt(); std::cout << std::endl; } return 0; } --------- last
[Bug c++/22446] Invocation of destructor of element of array changes vtable
--- Additional Comments From Forest dot Rouse at ansys dot com 2005-07-12 20:39 --- Created an attachment (id=9252) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9252&action=view) preprocessed file -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22446