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 3b70c3d6543 Daily bump. new 5ce2681ca07 AVR: target/122210 - Add fixed-point -> double conversions. new 916323889f3 AVR: target/122210 - Add double -> fixed-point conversions.
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/dtofx.c | 98 ++++++++++++++++ gcc/testsuite/gcc.target/avr/fxtod.c | 115 +++++++++++++++++++ libgcc/config/avr/libf7/libf7-asm.sx | 193 ++++++++++++++++++++++++++++++++ libgcc/config/avr/libf7/libf7-common.mk | 8 ++ 4 files changed, 414 insertions(+) create mode 100644 gcc/testsuite/gcc.target/avr/dtofx.c create mode 100644 gcc/testsuite/gcc.target/avr/fxtod.c