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

--- Comment #6 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:bfb61bf309ed207694a97adabc454bfd0936b269

commit r16-522-gbfb61bf309ed207694a97adabc454bfd0936b269
Author: Andrew Pinski <quic_apin...@quicinc.com>
Date:   Sat May 10 17:13:05 2025 -0700

    testsuite: Fix pr119131-1.c for targets which emit a psabi warning for
vectors of DFP [PR119909]

    On PowerPC, there is a psabi warning for argument passing of a DFP vector.
    We are not expecting this warning and we get a failure due to it.
    Adding -Wno-psabi fixes the testcase.

    Committed as obvious after a quick test.

    gcc/testsuite/ChangeLog:

            PR testsuite/119909
            * gcc.dg/torture/pr119131-1.c: Add -Wno-psabi.

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

Reply via email to