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

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

https://gcc.gnu.org/g:9a96e3a4bd9eec5affa630808ffdfb720937a962

commit r14-12846-g9a96e3a4bd9eec5affa630808ffdfb720937a962
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