[Bug tree-optimization/102216] False positive warray-bounds with -O2

2021-09-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102216 --- Comment #2 from Andrew Pinski --- (In reply to Andrew Pinski from comment #1) > The problem is dead code: > language_names_p_9 = &MEM [(void *)_4 + 24B]; > MEM[(const char * *)_4 + 24B] = ""; > MEM[(const char * *)_4 + 32B] = ""; >

[Bug tree-optimization/102216] False positive warray-bounds with -O2

2021-09-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102216 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Assignee|unassigned