comparison 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
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 if {[istarget "csky-*-*"] && [check_effective_target_hard_float]} {
2 # The C-SKY hardware FPU only supports flush-to-zero mode.
3 set torture_execute_xfail "csky-*-*"
4 return 1
5 }
1 if [istarget "epiphany-*-*"] { 6 if [istarget "epiphany-*-*"] {
2 # The Epiphany single-precision floating point format does not 7 # The Epiphany single-precision floating point format does not
3 # support subnormals. 8 # support subnormals.
4 return 1 9 return 1
5 } 10 }