[Bug middle-end/72826] Poor diagnostic for uninitialized structure field
manu at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Aug 6 18:28:00 GMT 2016
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
More information about the Gcc-bugs
mailing list