https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121185
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Ever confirmed|0 |1 Last reconfirmed| |2025-07-21 Keywords| |needs-source --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- At least provide the exact options that is used for compiling the source? Is it -O3 or -Ofast ? Do you compile with -march=native . What target is the issue showing up on ? Also provide the output of gcc -v.