https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127024
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-13 branch has been updated by Georg-Johann Lay <[email protected]>: https://gcc.gnu.org/g:624d73567548d6da40253bc6891238b6760c5dbf commit r13-10480-g624d73567548d6da40253bc6891238b6760c5dbf Author: Georg-Johann Lay <[email protected]> Date: Mon Aug 24 09:15:40 2026 +0200 AVR: target/127024 - Fix build warning: skipping two-word instruction When __AVR_ERRATA_SKIP_JMP_CALL__ is defined, then XJMP and XCALL instructions should not be skipped due to a core erratum. libgcc/config/avr/libf7/ PR target/127024 * libf7-asm.sx (to_integer): Don't skip XJMP if __AVR_ERRATA_SKIP_JMP_CALL__. (cherry picked from commit 1ccae7a1e120812d4a460a6d315116d8d243648e)
