https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98503
Martin Sebor <msebor at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Component|c |middle-end Assignee|unassigned at gcc dot gnu.org |msebor at gcc dot gnu.org Status|REOPENED |ASSIGNED --- Comment #11 from Martin Sebor <msebor at gcc dot gnu.org> --- Patch to issue -Wstrict-aliasing instead of -Warray-bounds in the subset of cases when the member access is fully in bounds but the enclosing struct is not: https://gcc.gnu.org/pipermail/gcc-patches/2021-January/564483.html