https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118991
Andrew Pinski changed:
What|Removed |Added
Target Milestone|--- |15.0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118991
Jakub Jelinek changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONFIRMED
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
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
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
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.
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
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
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
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 %
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
11 matches
Mail list logo