[Bug target/79871] i18n: document placeholders for translators

2019-05-25 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79871 Eric Gallager changed: What|Removed |Added Keywords||documentation, easyhack

[Bug target/79871] i18n: document placeholders for translators

2017-03-23 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79871 ktkachov at gcc dot gnu.org changed: What|Removed |Added Keywords||diagnostic Stat

[Bug target/79871] i18n: document placeholders for translators

2017-03-05 Thread roland.illig at gmx dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79871 --- Comment #2 from Roland Illig --- Thanks for the explanation. This leaves open the %s. Looking further in the code, I can see that %s is either the string "constant" or the string "lane". In other diagnostics, these words are usually translat

[Bug target/79871] i18n: document placeholders for translators

2017-03-05 Thread joseph at codesourcery dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79871 --- Comment #1 from joseph at codesourcery dot com --- %K means to extract a location from a statement, including inlining context. See tree-pretty-print.c:percent_K_format. As such, the absence of a space is correct.