[Bug target/84201] 549.fotonik3d_r from SPEC2017 fails verification with recent Intel and AMD CPUs
sje at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Feb 5 16:57:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84201
Steve Ellcey <sje at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sje at gcc dot gnu.org
--- Comment #5 from Steve Ellcey <sje at gcc dot gnu.org> ---
Has anyone looked into this any more to see what optimization is causing this
failure?
In my testing:
-Ofast fails
-Ofast -fno-unsafe-math-optimizations works
-Ofast -fno-tree-loop-vectorize works
-O3 works
So it seems to be some combination of unsafe math optimizations and
vectorization that is causing the failure.
More information about the Gcc-bugs
mailing list