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

--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Andrew Pinski <[email protected]>:

https://gcc.gnu.org/g:33f8e30e0af142eef40e1fd28fa92a23ecac5b47

commit r16-4614-g33f8e30e0af142eef40e1fd28fa92a23ecac5b47
Author: Andrew Pinski <[email protected]>
Date:   Fri Oct 24 13:43:24 2025 -0700

    aarch64/testsuite: fix auto-init-padding-[24].c testcases [PR122402]

    After r16-3956-gf613fdc6920c83, these 2 testcases start to fail as
    now SRA will fully scalarize the structs and only provide with the piece
    that was used. But the testcase is testing about the padding so turning
    off SRA is correct in this case.

    Pushed as obvious after testing the testcases now pass.

            PR target/122402
    gcc/testsuite/ChangeLog:

            * gcc.target/aarch64/auto-init-padding-2.c: Turn off SRA.
            * gcc.target/aarch64/auto-init-padding-4.c: Likewise.

    Signed-off-by: Andrew Pinski <[email protected]>

Reply via email to