[Bug debug/120310] Missing location for initially addressable variable

2025-05-17 Thread rguenth at gcc dot gnu.org via Gcc-bugs
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

[Bug debug/120310] Missing location for initially addressable variable

2025-05-16 Thread jakub at gcc dot gnu.org via Gcc-bugs
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.

[Bug debug/120310] Missing location for initially addressable variable

2025-05-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120310 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Keywords|