https://gcc.gnu.org/g:1a3f27ab4d3f0d4549b0e1724d5297dc2d393a77
commit r16-7386-g1a3f27ab4d3f0d4549b0e1724d5297dc2d393a77 Author: Jeff Law <[email protected]> Date: Sat Feb 7 11:51:56 2026 -0700 Fix typo in last patch. I committed a version where I had neutred the effective-target check. That was unintentional. gcc/testsuite * gcc.dg/pr90838.c: Commit correct version of patch. Diff: --- gcc/testsuite/gcc.dg/pr90838.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.dg/pr90838.c b/gcc/testsuite/gcc.dg/pr90838.c index bb3567e6e750..99c413e26271 100644 --- a/gcc/testsuite/gcc.dg/pr90838.c +++ b/gcc/testsuite/gcc.dg/pr90838.c @@ -3,7 +3,7 @@ /* { dg-additional-options "-mbmi" { target { { i?86-*-* x86_64-*-* } && { ! { ia32 } } } } } */ /* { dg-additional-options "-march=rv64gc_zbb" { target { rv64 } } } */ /* { dg-additional-options "-march=rv32gc_zbb" { target { rv32 } } } */ -/* { g-require-effective-target int32plus } */ +/* { dg-require-effective-target int32plus } */ int ctz1 (unsigned x) {
