GNU gettext - Bugs: bug #50455, gcc-internal-format: allow %s to...
You are not allowed to post comments on this tracker with your current authentication level.
bug #50455: gcc-internal-format: allow %s to be translated as %qs
Submitter: | Roland Illig <rillig> | ||
Submitted: | Sat 04 Mar 2017 10:41:53 AM UTC | ||
Votes: | 1 | ||
Category: | Translator tools | Severity: | 3 - Normal |
Item Group: | None | Status: | None |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open |
Sat 05 Feb 2022 06:37:23 PM UTC, comment #1: |
Eric Gallager <egallager> |
Sat 04 Mar 2017 10:41:53 AM UTC, original submission:
The current GCC still has several diagnostics that don't use %qs but stick to the old %<%s%> or even '%s'.
|
Roland Illig <rillig> |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There is 1 vote so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2021-08-07 | egallager | Carbon-Copy | - | ![]() |
Added egallager |
Note that now that GCC has switched from -Wno-error=format-diag to -Werror=format-diag, the old form is becoming increasingly rare.