[Bug c++/78391] g++ (any version) at O0 (for O1, O2, O3 is ok) doesn't warn when class members are used uninitialized.
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Nov 17 09:49:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78391
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |diagnostic
Status|UNCONFIRMED |NEW
Last reconfirmed| |2016-11-17
Ever confirmed|0 |1
--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
-Wuninitialized requires optimization to handle this case.
More information about the Gcc-bugs
mailing list