Copy link
@infrastation

infrastation Sep 15, 2017

Member

The current tests in the git repository are produced with GCC's -ffloat-store, which make then reproduce exactly on all architectures. When the compiler is not GCC, those tests are skipped. Perhaps it would help to have an equivalent flag enabled for other compilers if they can reliably implement the same behaviour. Or we can move this test to a GCC-specific block and forget about it for a while longer.