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 44d84db11ab reassoc: Fix up optimize_range_tests_to_bit_test [PR114965] new adba85bb63a 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