[Bug c++/19808] miss a warning about uninitialized members in constructor

manu at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Feb 24 20:15:00 GMT 2010



------- Comment #13 from manu at gcc dot gnu dot org  2010-02-24 20:14 -------
(In reply to comment #9)
> 
> I'd close this one as WONTFIX or mark it as dup of a "do uninitialized
> variable warnings for memory".
> 

Please no, this perhaps could still be implemented in the C++ front-end for
this particular case. Maybe there is a way to keep track of which initializers
have been seen already and which members are not initialized elsewhere.


-- 


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



More information about the Gcc-bugs mailing list