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

--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>:

https://gcc.gnu.org/g:53026cbf08889d00fed34d8667796d22ef8554cf

commit r15-212-g53026cbf08889d00fed34d8667796d22ef8554cf
Author: Andrew Pinski <quic_apin...@quicinc.com>
Date:   Mon May 6 12:20:17 2024 -0700

    aarch64: Fix gcc.target/aarch64/sve/loop_add_6.c for LLP64 targets

    Even though the aarch64-mingw32 support has not been committed yet,
    we should fix some of the testcases. In this case
gcc.target/aarch64/sve/loop_add_6.c
    is easy to fix. We should use __SIZETYPE__ instead of `unsigned long` for
the variables
    that will be used for pointer plus.

    Committed as obvious after a quick test on aarch64-linux-gnu.

    gcc/testsuite/ChangeLog:

            PR testsuite/114177
            * gcc.target/aarch64/sve/loop_add_6.c: Use __SIZETYPE__ instead
            of `unsigned long` for index and offset variables.

    Signed-off-by: Andrew Pinski <quic_apin...@quicinc.com>
  • [Bug testsuite/114177] gcc.targ... cvs-commit at gcc dot gnu.org via Gcc-bugs

Reply via email to