// PR c++/84364 // { dg-do compile } // { dg-options "-Weffc++" } template struct A { A &operator=(A& f) { return *this; // { dg-bogus "should return a reference to" } } };