diff options
author | Richard Biener <rguenther@suse.de> | 2021-10-29 09:44:39 +0200 |
---|---|---|
committer | Richard Biener <rguenther@suse.de> | 2021-10-29 09:46:08 +0200 |
commit | 4cd2a27a1c910421b31fd72dea726d838c1a39e9 (patch) | |
tree | d522db09367c6e7da66698f39b7933dabf10660b /gcc | |
parent | eca767aa51d1f69614222ceb130ca6bb07713232 (diff) | |
download | gcc-4cd2a27a1c910421b31fd72dea726d838c1a39e9.zip gcc-4cd2a27a1c910421b31fd72dea726d838c1a39e9.tar.gz gcc-4cd2a27a1c910421b31fd72dea726d838c1a39e9.tar.bz2 |
Force -fexcess-precision=standard for fp-uint64-convert-double-1.c
This forces -fexcess-precision=standard since the testcase is
otherwise prone to fail with x87 math.
2021-10-29 Richard Biener <rguenther@suse.de>
* gcc.dg/torture/fp-uint64-convert-double-1.c: Add
-fexcess-precision=standard.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.dg/torture/fp-uint64-convert-double-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/torture/fp-uint64-convert-double-1.c b/gcc/testsuite/gcc.dg/torture/fp-uint64-convert-double-1.c index b40a16a..fadad8c 100644 --- a/gcc/testsuite/gcc.dg/torture/fp-uint64-convert-double-1.c +++ b/gcc/testsuite/gcc.dg/torture/fp-uint64-convert-double-1.c @@ -1,7 +1,7 @@ /* PR84407 */ /* { dg-do run } */ /* { dg-require-effective-target fenv } */ -/* { dg-additional-options "-frounding-math" } */ +/* { dg-additional-options "-frounding-math -fexcess-precision=standard" } */ #include <fenv.h> #include <stdlib.h> |