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

--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jeff Law <[email protected]>:

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

commit r16-6287-gd9a375eafa566ffc5f0157b5d7c527fa615252be
Author: Robin Dapp <[email protected]>
Date:   Fri Dec 19 11:36:35 2025 -0700

    [PATCH] testsuite: Check for effective-target ctz [PR123192].

    Rainer reported that ctz-ch.c fails on several platforms.
    This patch adds /* { dg-require-effective-target ctz } */
    to the test which looks like it does the right thing.

    Regtested on rv64gcv_zvl512, pushing as obvious.

    Regards
     Robin

            PR tree-optimization/123192

    gcc/testsuite/ChangeLog:

            * gcc.dg/tree-ssa/ctz-ch.c: Require ctz target.

Reply via email to