comparison 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
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
11 if {[istarget "m68k-*-*"] && [check_effective_target_coldfire_fpu]} { 11 if {[istarget "m68k-*-*"] && [check_effective_target_coldfire_fpu]} {
12 # ColdFire FPUs require software handling of subnormals. We are 12 # ColdFire FPUs require software handling of subnormals. We are
13 # not aware of any system that has this. 13 # not aware of any system that has this.
14 set torture_execute_xfail "m68k-*-*" 14 set torture_execute_xfail "m68k-*-*"
15 } 15 }
16 if [istarget "spu-*-*"] {
17 # The SPU single-precision floating point format does not
18 # support subnormals.
19 return 1
20 }
21 if { [istarget "tic6x-*-*"] && [check_effective_target_ti_c67x] } { 16 if { [istarget "tic6x-*-*"] && [check_effective_target_ti_c67x] } {
22 # C6X floating point hardware turns denormals to zero in multiplications. 17 # C6X floating point hardware turns denormals to zero in multiplications.
23 set torture_execute_xfail "tic6x-*-*" 18 set torture_execute_xfail "tic6x-*-*"
24 return 1 19 return 1
25 } 20 }