https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106902
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Target Milestone|--- |11.4
Known to fail| |11.2.0, 12.2.0
Priority|P3 |P2
Known to work| |10.3.0
Keywords| |needs-bisection, wrong-code
Target|X86_64 |x86_64-*-*
CC| |rguenth at gcc dot gnu.org
Status|UNCONFIRMED |NEW
Summary|Program compiled with -O3 |[11/12/13 Regression]
|-mfma produces different |Program compiled with -O3
|result |-mfma produces different
| |result
Last reconfirmed| |2022-09-12
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed. -fno-tree-slp-vectorize avoids the issue.