[Bug target/127024] [avr] libgcc/libf7 build warning: skipping two-word instruction
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Aug 24 07:43:46 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127024
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-15 branch has been updated by Georg-Johann Lay
<gjl@gcc.gnu.org>:
https://gcc.gnu.org/g:b42d2691a63de158d1d24a00708bd9a0c5b474b0
commit r15-11501-gb42d2691a63de158d1d24a00708bd9a0c5b474b0
Author: Georg-Johann Lay <avr@gjlay.de>
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)
More information about the Gcc-bugs
mailing list