This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/35503] Warning about restricted pointers?


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]