This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]