This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/65182] -Wuninitialized fails when pointer to variable later passed to function
- 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:42:45 +0000
- Subject: [Bug middle-end/65182] -Wuninitialized fails when pointer to variable later passed to function
- Auto-submitted: auto-generated
- References: <bug-65182-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65182
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |24639
--- Comment #5 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
This is fixed, but it would be good to add the testcase to the testsuite.
Referenced Bugs:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639
[Bug 24639] [meta-bug] bug to track all Wuninitialized issues