https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88897
Martin Sebor changed:
What|Removed |Added
CC||msebor at gcc dot gnu.org
Known to f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88897
Richard Biener changed:
What|Removed |Added
Keywords||missed-optimization
Status|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88897
Rafael Avila de Espindola changed:
What|Removed |Added
CC||rguenther at suse dot de
---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88897
Rafael Avila de Espindola changed:
What|Removed |Added
Attachment #45452|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88897
--- Comment #3 from Rafael Avila de Espindola ---
(In reply to Andrew Pinski from comment #2)
> Some of the time, the uninitialized is due to using the object after the
> lifetime of the object has gone out of scope. I have not checked if that i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88897
--- Comment #2 from Andrew Pinski ---
Some of the time, the uninitialized is due to using the object after the
lifetime of the object has gone out of scope. I have not checked if that is
the case here but I would not be suprised.