[Bug translation/118991] Wrong extracted text in avr.cc
roland.illig at gmx dot de
gcc-bugzilla@gcc.gnu.org
Tue Feb 25 19:20:00 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118991
--- Comment #7 from Roland Illig <roland.illig at gmx dot de> ---
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 in C90, where there is no
ULLONG_MAX?
More information about the Gcc-bugs
mailing list