This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from 916323889f3 AVR: target/122210 - Add double -> fixed-point conversions. new 912022628b1 AVR: target/122220 - Let (int32_t) -0x1p31L return INT32_MIN. new 296904ba315 AVR: target/122222 - Add modules for __floatsidf, __floatunsidf.
The 2 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/testsuite/gcc.target/avr/pr122220.c | 23 ++++++ gcc/testsuite/gcc.target/avr/pr122222-sitod.c | 60 +++++++++++++++ libgcc/config/avr/libf7/f7-renames.h | 2 - libgcc/config/avr/libf7/f7-wraps.h | 22 +----- libgcc/config/avr/libf7/libf7-asm.sx | 102 +++++++++++++++++++++----- libgcc/config/avr/libf7/libf7-common.mk | 7 +- libgcc/config/avr/libf7/libf7.c | 2 - 7 files changed, 173 insertions(+), 45 deletions(-) create mode 100644 gcc/testsuite/gcc.target/avr/pr122220.c create mode 100644 gcc/testsuite/gcc.target/avr/pr122222-sitod.c