]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo in last change.
authorJeff Law <jeffrey.law@oss.qualcomm.com>
Thu, 19 Feb 2026 14:09:27 +0000 (07:09 -0700)
committerJeff Law <jeffrey.law@oss.qualcomm.com>
Thu, 19 Feb 2026 14:09:27 +0000 (07:09 -0700)
gcc/testuite
* gcc.dg/torture/pr124108.c: Fix typo.

gcc/testsuite/gcc.dg/torture/pr124108.c

index dfdddecc824b8aa92c9de8022d26518f884ae8b6..e3ff7f336c46bc88fc48f0ccf2790971e8c81531 100644 (file)
@@ -10,4 +10,4 @@ foo()
 {
   b *= (a ^ 2wbu) << 2 |
        (a ^ 2wbu) >> 2;
-|
+}