[Bug middle-end/22197] inconsistent uninitialized warning for structs (SRA, DCE)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=22197 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---
[Bug middle-end/22197] inconsistent uninitialized warning for structs (SRA, DCE)
--- Comment #5 from manu at gcc dot gnu dot org 2009-02-07 16:18 --- This is an interaction between SRA deciding to create separate variables for testval and unusedval because of the copy and DCE deciding whether to remove all references to unusedval because of the call. The copy is an