------- Additional Comments From reichelt at gcc dot gnu dot org 2004-09-20 02:45 ------- Here's something smaller:
=============================== struct A { int i; A(); A(const A&); }; void bar() { A a; for ( ;; a=A() ) ; } =============================== -- What |Removed |Added ---------------------------------------------------------------------------- CC| |reichelt at gcc dot gnu dot | |org Keywords| |monitored Known to work| |3.4.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17554 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.