https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97744
Kewen Lin <linkw at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at gcc dot gnu.org |linkw at gcc dot gnu.org Last reconfirmed| |2020-11-07 Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED --- Comment #3 from Kewen Lin <linkw at gcc dot gnu.org> --- (In reply to seurer from comment #2) > This particular test has been problematic before. For example, see pr83497. > Previously the change in output was from some floating point operations > being reordered causing a minute rounding change but it was actually OK. > > By adding -fno-associative-math or removing -ffast-math it will work. We > are probably just going to go with that. Thanks for the information! I'll have a look at it.