This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/72826] Poor diagnostic for uninitialized structure field
- 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: Sat, 06 Aug 2016 18:28:42 +0000
- Subject: [Bug middle-end/72826] Poor diagnostic for uninitialized structure field
- Auto-submitted: auto-generated
- References: <bug-72826-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72826
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |manu at gcc dot gnu.org
Component|c++ |middle-end
Blocks| |24639
--- Comment #1 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
It is created by ESRA pass:
Candidate (2109): timer
Changing the type of a replacement for timer offset: 264, size: 8 to an
integer.
Created a replacement for timer offset: 264, size: 8: timer$33
I'm not sure if the replacement carries enough information to recover the
original name or whether the issue is at the pretty-printer.
Referenced Bugs:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639
[Bug 24639] [meta-bug] bug to track all Wuninitialized issues