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 038bb0fb0cc AVR/LibF7: target/122177 - fix fmin / fmax return value for [...] new 0d83aa63e64 AVR/LibF7: Implement sincos.
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/testsuite/gcc.target/avr/sincos-1.c | 35 ++++++++++++++++++++++ libgcc/config/avr/libf7/libf7-asm.sx | 53 +++++++++++++++++++++++++++++++++ libgcc/config/avr/libf7/libf7-common.mk | 2 +- 3 files changed, 89 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.target/avr/sincos-1.c