diff gcc/testsuite/gcc.c-torture/execute/ieee/mul-subnormal-single-1.x @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
line wrap: on
line diff
--- a/gcc/testsuite/gcc.c-torture/execute/ieee/mul-subnormal-single-1.x	Thu Oct 25 07:37:49 2018 +0900
+++ b/gcc/testsuite/gcc.c-torture/execute/ieee/mul-subnormal-single-1.x	Thu Feb 13 11:34:05 2020 +0900
@@ -13,11 +13,6 @@
     # not aware of any system that has this.
     set torture_execute_xfail "m68k-*-*"
 }
-if [istarget "spu-*-*"] {
-    # The SPU single-precision floating point format does not
-    # support subnormals.
-    return 1
-}
 if { [istarget "tic6x-*-*"] && [check_effective_target_ti_c67x] } {
     # C6X floating point hardware turns denormals to zero in multiplications.
     set torture_execute_xfail "tic6x-*-*"