This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [c/c++] Alias Wmissing-format-attribute to Wsuggest-attribute=format
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Manuel López-Ibáñez <lopezibanez at gmail dot com>
- Cc: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 29 Apr 2012 07:39:22 -0500
- Subject: Re: [c/c++] Alias Wmissing-format-attribute to Wsuggest-attribute=format
- References: <CAESRpQDkiiV-+QKcuRex44zozMmvWRQJbRGOuK1Vm5TJVA-ADg@mail.gmail.com>
On Sun, Apr 29, 2012 at 4:28 AM, Manuel López-Ibáñez
<lopezibanez@gmail.com> wrote:
> Since Wsuggest-attribute=[pure|const|noreturn] was introduced, it
> makes sense to have Wsuggest-attribute=format. This patch makes this
> the canonical form of Wmissing-format-attribute (the old form is still
> accepted and documented).
>
> Bootstrapped and regression tested.
>
> OK?
OK.