https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126195
--- Comment #9 from Haochen Jiang <haochen.jiang at intel dot com> --- (In reply to Mahesh Madhav from comment #8) > I am glad the community is having these discussions. Here is the > documentation for 737.gmsh_r, where I specifically wrote in the Portability > section that you may need to turn off "fast math" to ensure the build/run > will complete and verify. > > https://www.spec.org/cpu2026/Docs/benchmarks/737.gmsh_r/737.gmsh_r. > html#portability -ffast-math is not enabled in this scenario. Even w/o -ffast-math, it failed. Do you know if we could add -ffp-contract=on in PORTABILITY. I guess it is okayish since it is a de-optimization flag.
