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

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-11 branch has been updated by Richard Biener
<rgue...@gcc.gnu.org>:

https://gcc.gnu.org/g:186fcf8b7a7c17a8a17466bc9149b3ca4ca9dd3e

commit r11-10037-g186fcf8b7a7c17a8a17466bc9149b3ca4ca9dd3e
Author: Kewen Lin <li...@linux.ibm.com>
Date:   Sun Apr 17 21:34:51 2022 -0500

    testsuite: Skip pr105250.c for powerpc and s390 [PR105266]

    This test case pr105250.c is like its related pr105140.c, which
    suffers the error with message like "{AltiVec,vector} argument
    passed to unprototyped" on powerpc and s390.  So like commits
    r12-8025 and r12-8039, this fix is to add the dg-skip-if for
    powerpc*-*-* and s390*-*-*.

    gcc/testsuite/ChangeLog:

            PR testsuite/105266
            * gcc.dg/pr105250.c: Skip for powerpc*-*-* and s390*-*-*.

    (cherry picked from commit 021b51814d67bedd8f41ac07edfd05654140c6e5)

Reply via email to