https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106902
Florian Weimer <fw at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fw at gcc dot gnu.org
--- Comment #49 from Florian Weimer <fw at gcc dot gnu.org> ---
Relevant gcc-patches thread (not sure if there is a more recent one):
[PATCH 2/2] c-family: switch away from -ffp-contract=fast
<https://inbox.sourceware.org/gcc-patches/[email protected]/>
We see quite a lot of testsuite failures when software is built for
architectures with have FMA, so -ffp-contract=off is often used as a
workaround. What I don't know if these failures go away with
standard-conforming contractions or not.