https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118991
Bug ID: 118991
Summary: Wrong extracted text in avr.cc
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: translation
Assignee: unassigned at gcc dot gnu.org
Reporter: roland.illig at gmx dot de
Target Milestone: ---
avr.cc says:
> output_operand_lossage
> ("bad I/O address 0x" HOST_WIDE_INT_PRINT_HEX_PURE
> " outside of valid range [0x%x, 0x%x] for %%i operand",
> ival, sfr0, sfr0 + 0x3f);
The resulting gcc.pot says:
> msgid "bad I/O address 0x"
The HOST_WIDE_INT_PRINT_HEX_PURE and everything beyond it is missing.