------- Additional Comments From reichelt at gcc dot gnu dot org 2005-02-18 12:06 ------- Reduced testcase:
=========================== struct A { ~A(); }; void foo(); void bar(int i) { A a; if (i) foo(); else for (;;) foo(); } =========================== -- What |Removed |Added ---------------------------------------------------------------------------- CC| |reichelt at gcc dot gnu dot | |org Keywords| |monitored http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19951