[Bug c++/79345] [6/7 Regression] passing yet-uninitialized member as argument to base class constructor should warn (-Wunitialized)

jason at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Feb 10 19:00:00 GMT 2017


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

Jason Merrill <jason at gcc dot gnu.org> changed:

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

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
Compiling with -fno-lifetime-dse brings back the warning, so it seems that the
-Wuninitialized code is improperly treating the clobber as initialization.


More information about the Gcc-bugs mailing list