This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 7e8fae89f35 Objective-C, NeXT, v2: Correct a regression in code-gen. new a9e313ed387 AVR: target/114981 - Support __builtin_powi[l] / __powidf2.
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/pr114981-powil.c | 33 +++++++++++++++++++++++++++ libgcc/config/avr/libf7/libf7-asm.sx | 12 ++++++++++ libgcc/config/avr/libf7/libf7-common.mk | 2 +- libgcc/config/avr/libf7/libf7.c | 29 +++++++++++++++++------ 4 files changed, 68 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/gcc.target/avr/pr114981-powil.c