[Bug tree-optimization/107274] Incorrect -Wuninitialized on indexed initialization

2022-10-17 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107274 Richard Biener changed: What|Removed |Added Blocks||24639 Resolution|---

[Bug tree-optimization/107274] Incorrect -Wuninitialized on indexed initialization

2022-10-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107274 --- Comment #1 from Andrew Pinski --- Strict aliasing issue. Store is via char but load is via long to a char array.