[Bug translation/118991] Wrong extracted text in avr.cc

2025-03-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118991 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |15.0

[Bug translation/118991] Wrong extracted text in avr.cc

2025-03-02 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118991 Jakub Jelinek changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug translation/118991] Wrong extracted text in avr.cc

2025-03-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118991 --- Comment #9 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:047b7f9a5665a5cb1267861deece3e5d6ce5c5fb commit r15-7780-g047b7f9a5665a5cb1267861deece3e5d6ce5c5fb Author: Jakub Jelinek Date: S

[Bug translation/118991] Wrong extracted text in avr.cc

2025-02-25 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118991 --- Comment #8 from GCC Commits --- The master branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:0bb431d0a77cf8dc790b9c61539b3eb6ab1710f0 commit r15-7699-g0bb431d0a77cf8dc790b9c61539b3eb6ab1710f0 Author: Jakub Jelinek Date: T

[Bug translation/118991] Wrong extracted text in avr.cc

2025-02-25 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118991 --- Comment #7 from Roland Illig --- On the other hand, since you already limit the temporary buffer to 16 hex digits, you could as well use %#llx directly, as ULLONG_MAX is guaranteed to be at least 2^64-1 since C99. Or can GCC itself be built

[Bug translation/118991] Wrong extracted text in avr.cc

2025-02-25 Thread roland.illig at gmx dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118991 --- Comment #6 from Roland Illig --- (In reply to Jakub Jelinek from comment #5) > Fix for avr: Looks good to me, apart from the typo "thre" in the comment.

[Bug translation/118991] Wrong extracted text in avr.cc

2025-02-25 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118991 --- Comment #5 from Jakub Jelinek --- Fix for avr: 2025-02-25 Jakub Jelinek PR translation/118991 * config/avr/avr.cc (avr_print_operand): Print ival into a temporary buffer and use %s in output_operand_lossage to mak

[Bug translation/118991] Wrong extracted text in avr.cc

2025-02-25 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118991 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #4

[Bug translation/118991] Wrong extracted text in avr.cc

2025-02-25 Thread jsm28 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118991 --- Comment #3 from Joseph S. Myers --- This sort of concatenation is not expected to work with gettext; except I think for limited cases for standard PRI* etc. macros, translations are always for literal strings, not ones concatenated with host

[Bug translation/118991] Wrong extracted text in avr.cc

2025-02-24 Thread schwab--- via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118991 --- Comment #2 from Andreas Schwab --- There are more occurrences of this problem: #: config/pru/pru-pragma.cc:61 msgid "% index %" #: config/pru/pru-pragma.cc:64 msgid "redefinition of %

[Bug translation/118991] Wrong extracted text in avr.cc

2025-02-24 Thread hp at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118991 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at gcc dot gnu.org --- Comment