[Bug middle-end/69975] Missing uninitilized warning / optimized to use wrong value

trippels at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Feb 26 07:51:00 GMT 2016


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

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

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

--- Comment #1 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
You're using a garbage value, that can be anything.

icc and clang also don't warn (only the microsoft compiler and "clang
--analyze" warn).


More information about the Gcc-bugs mailing list