[Bug c++/65194] Compiler warns of maybe-uninitialized

manu at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jan 12 22:15:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65194

Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |manu at gcc dot gnu.org
         Resolution|---                         |WONTFIX

--- Comment #1 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
This testcase is too large to analyze. Compile with -fdump-tree-all-all-lineno
and look for the '*.uinit' file, you'll see. There are so many open issues with
-Wmaybe-uninitialized that most probably is one or several of those: it is
simply not worth it to analyze this instead of working on the open issues.


More information about the Gcc-bugs mailing list