[Bug tree-optimization/123192] gcc.dg/tree-ssa/ctz-ch.c FAILs
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Dec 19 18:37:21 GMT 2025
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 <law@gcc.gnu.org>:
https://gcc.gnu.org/g:d9a375eafa566ffc5f0157b5d7c527fa615252be
commit r16-6287-gd9a375eafa566ffc5f0157b5d7c527fa615252be
Author: Robin Dapp <rdapp.gcc@gmail.com>
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.
More information about the Gcc-bugs
mailing list