[Bug c++/16169] -Weffc++ item 15 improvements

bangerth at dealii dot org gcc-bugzilla@gcc.gnu.org
Mon Jun 28 19:46:00 GMT 2004


------- Additional Comments From bangerth at dealii dot org  2004-06-28 19:33 -------
Confirmed: 
----------------- 
struct A { 
    A & foo() { return *this; }; 
    A & operator = (const A&) { return foo(); }; 
}; 
----------------- 
 
g/x> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -Weffc++ -c x.cc 
x.cc: In member function `A& A::operator=(const A&)': 
x.cc:3: warning: `operator=' should return a reference to `*this' 
 
This enhancement is rather hard to do, though, since we need to 
track variable values across inlining boundaries. 
 
W. 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-06-28 19:33:39
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16169



More information about the Gcc-bugs mailing list