https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120101

--- Comment #1 from Sam James <sjames at gcc dot gnu.org> ---
```
$ diff -u <(gcc-14 gcc.dg/tree-ssa/pr81627.c -o a -O3 
-fdump-tree-pcom-details=- | grep Store) <(gcc gcc.dg/tree-ssa/pr81627.c -o a
-O3  -fdump-tree-pcom-details=- | grep Store-s)
--- /dev/fd/63  2025-05-04 14:35:13.403184698 +0100
+++ /dev/fd/62  2025-05-04 14:35:13.405184720 +0100
@@ -1 +1,2 @@
-Store-stores chain 0x64bc1c6b7d50
+Store-stores chain 0x5cb3248af4e0
+Store-stores chain 0x5cb3247b53b0
```

so maybe that's an improvement?

Reply via email to