[Bug c++/59500] Bogus maybe-uninitialized warning due to optimizations

manu at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Sep 12 13:56:00 GMT 2014


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

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

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

--- Comment #2 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
Could you remove the stdbool.h header (just use char or int, it should not
change the bug)? Also could you compile with -fdump-tree-all-all-lineno and
paste/attach the dump file that looks similar to test.c.XXXt.uninitX? It should
show clearly whether it is a duplicate or a different issue.


More information about the Gcc-bugs mailing list