------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-12 16:06 ------- Actually here is the reduced testcase: struct C { C (const C &x); }; C &f(); void breakme (C j, bool k) { for (;; k ? j : f()) ; }
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17661