https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120310
--- Comment #3 from Richard Biener ---
(In reply to Jakub Jelinek from comment #2)
> Guess one case is when tree DSE removes all stores to some automatic
> addressable variable, in that case it would be nice to populate debug stmts
> to all thos
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120310
--- Comment #2 from Jakub Jelinek ---
Guess one case is when tree DSE removes all stores to some automatic
addressable variable, in that case it would be nice to populate debug stmts to
all those removed locs and state what values it had there.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120310
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Keywords|