diff gcc/testsuite/gcc.c-torture/execute/ieee/mul-subnormal-single-1.x @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
line wrap: on
line diff
--- a/gcc/testsuite/gcc.c-torture/execute/ieee/mul-subnormal-single-1.x	Fri Oct 27 22:46:09 2017 +0900
+++ b/gcc/testsuite/gcc.c-torture/execute/ieee/mul-subnormal-single-1.x	Thu Oct 25 07:37:49 2018 +0900
@@ -1,3 +1,8 @@
+if {[istarget "csky-*-*"] && [check_effective_target_hard_float]} {
+    # The C-SKY hardware FPU only supports flush-to-zero mode.
+    set torture_execute_xfail "csky-*-*"
+    return 1
+}
 if [istarget "epiphany-*-*"] {
     # The Epiphany single-precision floating point format does not
     # support subnormals.