https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127098

--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-16 branch has been updated by Georg-Johann Lay
<[email protected]>:

https://gcc.gnu.org/g:391b113a2b78e9ec66acfae75c1ca3679d166fb6

commit r16-9614-g391b113a2b78e9ec66acfae75c1ca3679d166fb6
Author: Georg-Johann Lay <[email protected]>
Date:   Sat Aug 29 13:25:49 2026 +0200

    AVR: Provide pushti1 to fix passing vector(16) in memory

    This patch adds TImode to the MPUSH mode iterator that
    determines which push<mode>1 insns are available.
    It fixes passing vector(16) in memory.

    Push insns work around expr.cc which doesn't work properly for
    STACK_GROWS_DOWNWARDS + POST_DEC push.

            PR middle-end/127098
    gcc/
            * config/avr/avr.md (MPUSH): Add TImode to mode iterator.
            * config/avr/avr.h (PUSH_ROUNDING): Adjust comment.
    gcc/testsuite/
            * gcc.target/avr/torture/pr127098.c: New test.

    (cherry picked from commit 96a3184a784fe96c19ca9b15866162a01045b9de)

Reply via email to