From: Jeff Law Date: Sat, 7 Feb 2026 18:51:56 +0000 (-0700) Subject: Fix typo in last patch. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a3f27ab4d3f0d4549b0e1724d5297dc2d393a77;p=thirdparty%2Fgcc.git 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 --git a/gcc/testsuite/gcc.dg/pr90838.c b/gcc/testsuite/gcc.dg/pr90838.c index bb3567e6e75..99c413e2627 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) {