This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/61456] Bogus "may be used uninitialized" warning
- From: "ppluzhnikov at google dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 09 Jun 2014 18:48:47 +0000
- Subject: [Bug middle-end/61456] Bogus "may be used uninitialized" warning
- Auto-submitted: auto-generated
- References: <bug-61456-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61456
Paul Pluzhnikov <ppluzhnikov at google dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ppluzhnikov at google dot com
--- Comment #1 from Paul Pluzhnikov <ppluzhnikov at google dot com> ---
Google ref: b/15089262
> error: âfp.int* (Funcs::* const)()::__deltaâ is used uninitialized ...
Note that there is no '__delta' in the original source, so the error message is
exceedingly confusing to the end user, in addition to being bogus.