[Bug middle-end/87593] conflicting format_arg attributes on a declaration accepted

2022-01-26 Thread msebor at gcc dot gnu.org via Gcc-bugs
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

[Bug middle-end/87593] conflicting format_arg attributes on a declaration accepted

2018-11-20 Thread msebor 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.

[Bug middle-end/87593] conflicting format_arg attributes on a declaration accepted

2018-11-20 Thread marxin at gcc dot gnu.org
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

[Bug middle-end/87593] conflicting format_arg attributes on a declaration accepted

2018-10-11 Thread msebor at gcc dot gnu.org
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

[Bug middle-end/87593] conflicting format_arg attributes on a declaration accepted

2018-10-11 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87593 Martin Sebor changed: What|Removed |Added Keywords||patch Status|UNCONFIRMED

[Bug middle-end/87593] conflicting format_arg attributes on a declaration accepted

2018-10-11 Thread joseph at codesourcery dot com
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