This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from b8fe699e2c3 Daily bump. new 58c8882ff5b AVR: target/116407 - Fix linker error "relocation truncated [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/config/avr/avr-protos.h | 2 +- gcc/config/avr/avr.cc | 11 +++++--- gcc/config/avr/avr.md | 24 ++++++---------- gcc/testsuite/gcc.target/avr/torture/pr116407-2.c | 34 +++++++++++++++++++++++ gcc/testsuite/gcc.target/avr/torture/pr116407-4.c | 34 +++++++++++++++++++++++ 5 files changed, 84 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr116407-2.c create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr116407-4.c