https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121020
--- Comment #13 from Pengfei Li ---
https://gcc.gnu.org/pipermail/gcc-patches/2025-July/690065.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121190
--- Comment #2 from Pengfei Li ---
https://gcc.gnu.org/pipermail/gcc-patches/2025-July/690064.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121020
--- Comment #11 from Pengfei Li ---
Hi Sam, Following your steps, so far I’ve identified two different issues.
- One is related to my previous patch. [This bug]
- The other appears to be an existing issue in GCC 15. [PR121190]
I’ve just filed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121190
Bug ID: 121190
Summary: [15 regression] Segmentation fault when executing
vectorized loops with -O3 -march=znver2
Product: gcc
Version: 15.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121020
--- Comment #10 from Pengfei Li ---
(In reply to Sam James from comment #9)
> (In reply to Sam James from comment #8)
>
> FWIW, I've checked that this reproduces it in a Debian stable container too
> (i.e. there's nothing special that the stage
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121020
--- Comment #7 from Pengfei Li ---
Hi Sam, sorry about the issue. I just followed your build steps (make command
revised) but didn't reproduce it. I also tried valgrind but it exited with no
error. I was trying on an Intel CPU with avx512. Could
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120059
--- Comment #9 from Pengfei Li ---
Thanks Andrew for the quick fix. I've bootstrapped and regression tested the
fix on x86_64 and AArch64.
Apologies for introducing the issue (I'm new to GCC), and really appreciate
Andrew's help.