This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/35503] Warning about restricted pointers?
- From: "samuel dot thibault at ens-lyon dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 13 Jul 2017 09:30:41 +0000
- Subject: [Bug tree-optimization/35503] Warning about restricted pointers?
- Auto-submitted: auto-generated
- References: <bug-35503-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35503
--- Comment #10 from Samuel Thibault <samuel.thibault@ens-lyon.org> ---
Well, the fact that there are a lot of false negative is not an argument for
not including it in -Wall :)
The current implementation does catch the issues I have seen in existing code,
so it is already useful to raise it.