https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87593
Martin Sebor changed:
What|Removed |Added
Assignee|msebor at gcc dot gnu.org |unassigned at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87593
--- Comment #5 from Martin Sebor ---
I would still like to add a warning for multiple declarations with distinct
format_arg arguments to avoid the mistake in comment #0.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87593
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87593
--- Comment #3 from Martin Sebor ---
Author: msebor
Date: Fri Oct 12 01:42:08 2018
New Revision: 265073
URL: https://gcc.gnu.org/viewcvs?rev=265073&root=gcc&view=rev
Log:
PR middle-end/87593 - conflicting format_arg attributes on a declaration
a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87593
Martin Sebor changed:
What|Removed |Added
Keywords||patch
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87593
--- Comment #1 from joseph at codesourcery dot com ---
Supporting format_arg for multiple arguments of a function isn't a mistake
or counter-intuitive at all. A correct declaration of the ngettext
function requires more than one format_arg att