invoke.texi (Wmissing-format-attribute): Document as an alias of Wsuggest-attribute...
authorManuel López-Ibáñez <manu@gcc.gnu.org>
Mon, 30 Apr 2012 07:42:42 +0000 (07:42 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Mon, 30 Apr 2012 07:42:42 +0000 (07:42 +0000)
commit90137d8f2c5dfb3cb589e4b3497c63d7f810767e
tree55d22edbede61210b504cf91cd34457c7a8e828e
parent70c33a85a6625cf71e51323f45853694bcdc59f2
invoke.texi (Wmissing-format-attribute): Document as an alias of Wsuggest-attribute=format.

2012-04-30  Manuel López-Ibáñez  <manu@gcc.gnu.org>

gcc/
* doc/invoke.texi (Wmissing-format-attribute): Document as an
alias of Wsuggest-attribute=format.
c-family/
* c.opt (Wsuggest-attribute=format): New. Alias of
Wmissing-format-attribute.
* c-format.c (decode_format_type): Replace
Wmissing-format-attribute with Wsuggest-attribute=format.
(check_function_format): Likewise.
cp/
* typeck.c (convert_for_assignment):  Replace
Wmissing-format-attribute with Wsuggest-attribute=format.
* call.c (convert_for_arg_passing): Likewise.
gcc/
* c-typeck.c (convert_for_assignment): Replace
Wmissing-format-attribute with Wsuggest-attribute=format.
(digest_init): Likewise.

From-SVN: r186955
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c-format.c
gcc/c-family/c.opt
gcc/c-typeck.c
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/typeck.c
gcc/doc/invoke.texi