This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Waddress: warn about suspicious uses of memory addresses.
- From: Gabriel Dos Reis <gdr at cs dot tamu dot edu>
- To: Manuel López-Ibáñez <lopezibanez at gmail dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: 19 Feb 2007 09:20:52 -0600
- Subject: Re: Waddress: warn about suspicious uses of memory addresses.
- References: <6c33472e0702161108w23161d9aic59d8fa5d89fc39f@mail.gmail.com>
"Manuel López-Ibáñez" <lopezibanez@gmail.com> writes:
| This patch proposes a new option -Waddress to warn about suspicious
| uses of memory addresses. A follow-up patch will add again
| -Walways-true but this time actually warning for what its description
| says it should warn.
OK.
-- Gaby