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

--- Comment #22 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Kewen Lin <li...@gcc.gnu.org>:

https://gcc.gnu.org/g:5b393ac7f1715328ee92236071edc3885bf53317

commit r14-8485-g5b393ac7f1715328ee92236071edc3885bf53317
Author: Andrew Pinski <quic_apin...@quicinc.com>
Date:   Sun Jan 28 20:35:05 2024 -0600

    testsuite: Fix vect_long_mult for 32-bit Power [PR109705]

    As PR109705#c17, commit r14-7270 missed to consider long
    type is 32bit with option -m32.  This patch is take care of
    it accordingly.

    Note that the vect_long_mult is supposed to be only used in
    vect/ (generic), powerpc_altivec_ok would be guaranteed.

            PR testsuite/109705

    gcc/testsuite/ChangeLog:

            * lib/target-supports.exp (check_effective_target_vect_long_mult):
            Fix powerpc*-*-* checks by considering ilp32.

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

Reply via email to