]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo in last patch.
authorJeff Law <jeffrey.law@oss.qualcomm.com>
Sat, 7 Feb 2026 18:51:56 +0000 (11:51 -0700)
committerJeff Law <jeffrey.law@oss.qualcomm.com>
Sat, 7 Feb 2026 18:51:56 +0000 (11:51 -0700)
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.

gcc/testsuite/gcc.dg/pr90838.c

index bb3567e6e750d5ff10bac0fa48edfdf05e5f8c2c..99c413e26271fb434f9f60d71b6aee6c22d53f69 100644 (file)
@@ -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)
 {