https://gcc.gnu.org/g:40186d1e938b5535cb9496a8ff006fc594866fd3

commit r16-7591-g40186d1e938b5535cb9496a8ff006fc594866fd3
Author: Jeff Law <[email protected]>
Date:   Thu Feb 19 07:09:27 2026 -0700

    Fix typo in last change.
    
    gcc/testuite
            * gcc.dg/torture/pr124108.c: Fix typo.

Diff:
---
 gcc/testsuite/gcc.dg/torture/pr124108.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/torture/pr124108.c 
b/gcc/testsuite/gcc.dg/torture/pr124108.c
index dfdddecc824b..e3ff7f336c46 100644
--- a/gcc/testsuite/gcc.dg/torture/pr124108.c
+++ b/gcc/testsuite/gcc.dg/torture/pr124108.c
@@ -10,4 +10,4 @@ foo()
 {
   b *= (a ^ 2wbu) << 2 |
        (a ^ 2wbu) >> 2;
-|
+}

Reply via email to