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

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

https://gcc.gnu.org/g:96a3184a784fe96c19ca9b15866162a01045b9de

commit r17-3744-g96a3184a784fe96c19ca9b15866162a01045b9de
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.

Reply via email to