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

--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-13 branch has been updated by Kewen Lin <li...@gcc.gnu.org>:

https://gcc.gnu.org/g:4b4a21c93406aef276fbff00d3e9491285d7b4a9

commit r13-7458-g4b4a21c93406aef276fbff00d3e9491285d7b4a9
Author: Kewen Lin <li...@linux.ibm.com>
Date:   Tue Jun 13 03:04:54 2023 -0500

    testsuite: Check int128 effective target for pr109932-{1,2}.c [PR110230]

    This patch is to make newly added test cases pr109932-{1,2}.c
    check int128 effective target to avoid unsupported type error
    on 32-bit.  I did hit this failure during testing and fixed
    it, but made a stupid mistake not updating the local formatted
    patch which was actually out of date.

            PR testsuite/110230
            PR target/109932

    gcc/testsuite/ChangeLog:

            * gcc.target/powerpc/pr109932-1.c: Adjust with int128 effective
target.
            * gcc.target/powerpc/pr109932-2.c: Ditto.

    (cherry picked from commit 16eb9d69079d769b2aa2c07ce54aca20f5547c14)

Reply via email to