On 12/18/2025 5:57 AM, Robin Dapp wrote:
Hi,
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.
I went ahead and pushed this after verifying various targets (v850 for
example) did something sensible for those tests now (skipps them).
jeff