This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/79658] [-Wuninitialized] referencing uninitialized field of POD struct should warn
- From: "egallager at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 22 Aug 2017 22:49:47 +0000
- Subject: [Bug c++/79658] [-Wuninitialized] referencing uninitialized field of POD struct should warn
- Auto-submitted: auto-generated
- References: <bug-79658-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79658
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |diagnostic
Status|UNCONFIRMED |NEW
Last reconfirmed| |2017-08-22
CC| |egallager at gcc dot gnu.org
Blocks| |24639
Ever confirmed|0 |1
--- Comment #9 from Eric Gallager <egallager at gcc dot gnu.org> ---
confirmed that reproducer v4 warns for f1 and f3 but not f0 or f2.
Referenced Bugs:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639
[Bug 24639] [meta-bug] bug to track all Wuninitialized issues