------- Comment #5 from reichelt at gcc dot gnu dot org 2009-06-10 15:50 ------- Even shorter testcase:
================== void foo(); struct A { ~A() { try { foo(); foo(); } catch (...) { } } }; void bar() { A a1, a2; } ================== -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40388