https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125431
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |wrong-code
CC| |rguenth at gcc dot gnu.org,
| |tnfchris at gcc dot gnu.org
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
This looks vectorization related, but the vectorizer guards things properly
with flag_fp_contract_mode FP_CONTRACT_FAST so I wonder if the frontend
somehow overrides flag_fp_contract_mode
Tamar, can you check?