https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35503
Martin Sebor <msebor at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |msebor at gcc dot gnu.org --- Comment #11 from Martin Sebor <msebor at gcc dot gnu.org> --- The following patch (submitted under bug 78918) extends -Wrestrict to the middle-end letting the warning detect more involved aliasing violations. It also includes -Wrestrict in -Wall. https://gcc.gnu.org/ml/gcc-patches/2017-07/msg00917.html