This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/60488] missing uninitialized warning (address taken, VOP)
- From: "manu at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 23 Aug 2016 16:26:37 +0000
- Subject: [Bug middle-end/60488] missing uninitialized warning (address taken, VOP)
- Auto-submitted: auto-generated
- References: <bug-60488-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60488
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2016-08-23
Blocks| |24639
Summary|missing |missing uninitialized
|-Wmaybe-uninitialized on a |warning (address taken,
|conditional with goto |VOP)
Ever confirmed|0 |1
--- Comment #3 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
I don't think the goto has anything to do with it, but there are several bugs
about taking the address of a variable breaking any obvious uninitialized
warnings.
Referenced Bugs:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639
[Bug 24639] [meta-bug] bug to track all Wuninitialized issues