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

--- Comment #7 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:e7d7c9e889ae8553b9aac79e6944d70702f8ee53

commit r14-8417-ge7d7c9e889ae8553b9aac79e6944d70702f8ee53
Author: Andrew Pinski <quic_apin...@quicinc.com>
Date:   Wed Jan 24 10:28:37 2024 -0800

    Fix a few vect gimple testcases for LLP64 targets (e.g. mingw) [PR113548]

    This fixes of the vect testcases which uses the gimple FE for LLP64
targets.
    The testcases use directly `unsigned long` for the addition to pointers
    when they should be using `__SIZETYPE__`. This changes to use that instead.

    gcc/testsuite/ChangeLog:

            PR testsuite/113548
            * gcc.dg/vect/slp-reduc-10a.c: Use `__SIZETYPE__` instead of
`unsigned long`.
            * gcc.dg/vect/slp-reduc-10b.c: Likewise.
            * gcc.dg/vect/slp-reduc-10c.c: Likewise.
            * gcc.dg/vect/slp-reduc-10d.c: Likewise.
            * gcc.dg/vect/slp-reduc-10e.c: Likewise.
            * gcc.dg/vect/vect-cond-arith-2.c: Likewise.
            * gcc.dg/vect/vect-ifcvt-19.c: Likewise.

    Signed-off-by: Andrew Pinski <quic_apin...@quicinc.com>

Reply via email to