------- Comment #7 from pinskia at gcc dot gnu dot org 2006-10-02 17:28 ------- Confirmed, further reduced testcase: struct StructB { bool val_; }; struct ClassF { virtual void MetG(StructB value) = 0; }; ClassF* MetJ (); void MetN (StructB const & x) { ClassF *VarI = MetJ(); VarI->MetG ( x); }
-- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2006-10-02 17:28:08 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29212