This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug translation/79998] typo in diagnostic "specified bound %wu"
- From: "egallager at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 17 Aug 2017 22:11:54 +0000
- Subject: [Bug translation/79998] typo in diagnostic "specified bound %wu"
- Auto-submitted: auto-generated
- References: <bug-79998-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79998
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |diagnostic
Status|UNCONFIRMED |RESOLVED
CC| |egallager at gcc dot gnu.org,
| |msebor at gcc dot gnu.org
Component|tree-optimization |translation
Resolution|--- |FIXED
Assignee|unassigned at gcc dot gnu.org |msebor at gcc dot gnu.org
Severity|normal |trivial
--- Comment #1 from Eric Gallager <egallager at gcc dot gnu.org> ---
Redoing lost comments, which seem to be in reverse order:
https://gcc.gnu.org/ml/gcc-bugs/2017-08/msg01640.html
Martin Sebor <msebor at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |diagnostic
Status|ASSIGNED |RESOLVED
Component|tree-optimization |translation
Resolution|--- |FIXED
--- Comment #2 from Martin Sebor <msebor at gcc dot gnu.org> ---
Fixed in r251096.
https://gcc.gnu.org/ml/gcc-bugs/2017-08/msg01641.html
--- Comment #3 from Martin Sebor <msebor at gcc dot gnu.org> ---
Author: msebor
Date: Mon Aug 14 16:47:40 2017
New Revision: 251096
URL: https://gcc.gnu.org/viewcvs?rev=251096&root=gcc&view=rev
Log:
PR translation/79998 - typo in diagnostic "specified bound %wu"
gcc/ChangeLog:
* gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call):
Remove a stray space.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/gimple-ssa-sprintf.c
https://gcc.gnu.org/ml/gcc-bugs/2017-08/msg01635.html
Martin Sebor <msebor at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2017-08-14
CC| |msebor at gcc dot gnu.org
Assignee|unassigned at gcc dot gnu.org |msebor at gcc dot
gnu.org
Ever confirmed|0 |1
Severity|normal |trivial
--- Comment #1 from Martin Sebor <msebor at gcc dot gnu.org> ---
Confirmed. Let me fix it.