------- Comment #8 from manu at gcc dot gnu dot org  2010-02-24 13:05 -------
Related to PR 19808.

(In reply to comment #6)
> However -Wunitialized is taken over by the middle-end.  This is

That doesn't mean that you cannot produce uninitialized warnings in the
front-end for clear-cut cases like this. In fact, it is impossible to detect
this case in the middle-end because of the code produced by the C++ front-end,


-- 

manu at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manu at gcc dot gnu dot org
  BugsThisDependsOn|                            |19808


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

Reply via email to