[Bug tree-optimization/107274] Incorrect -Wuninitialized on indexed initialization
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
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.