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 3687dcfabfa libstdc++: Replace link to gcc-4.3.2 docs in manual [PR115269] new b45d7281c1b AVR: target/115317 - Make isinf(-Inf) return -1. new c57d73f4cd5 AVR: tree-optimization/115307 - Work around isinf bloat fro [...]
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/config/avr/avr.md | 16 +++++++ .../gcc.target/avr/torture/pr115307-isinf.c | 21 +++++++++ .../gcc.target/avr/torture/pr115317-isinf.c | 55 ++++++++++++++++++++++ libgcc/config/avr/libf7/libf7-asm.sx | 19 +++++--- 4 files changed, 104 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr115307-isinf.c create mode 100644 gcc/testsuite/gcc.target/avr/torture/pr115317-isinf.c