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

--- Comment #13 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-15 branch has been updated by Andrew Pinski
<[email protected]>:

https://gcc.gnu.org/g:a9a4ef13178ebbe608ca8441df099f90efb78482

commit r15-11286-ga9a4ef13178ebbe608ca8441df099f90efb78482
Author: Thomas Schwinge <[email protected]>
Date:   Thu Feb 19 11:58:39 2026 +0100

    cprop_hardreg: Use delete_insn_and_edges instead of delete_insn:
gcc.dg/pr116053-1.c does 'dg-require-effective-target int128' [PR116053]

    Small fix-up for commit r16-7574-g6f777c34c9f221a50d0fc22b70b1cf7dd1fd9101
    "cprop_hardreg: Use delete_insn_and_edges instead of delete_insn
[PR116053]",
    where for certain GCC targets, we see:

        [...]gcc/testsuite/gcc.dg/pr116053-1.c:8:6: error: expected declaration
specifiers or '...' before '__int128'

            PR rtl-optimization/116053
            gcc/testsuite/
            * gcc.dg/pr116053-1.c: 'dg-require-effective-target int128'.

    (cherry picked from commit 6ab26dfe7a59f91f3a24911b066c9aba778c90d7)

Reply via email to