1 if { [istarget "tic6x-*-*"] && [check_effective_target_ti_c67x] } {
2     # C6X uses -freciprocal-math by default.
3     set torture_execute_xfail "tic6x-*-*"
4     return 1
5 }
6 return 0
7 if { [istarget "tic6x-*-*"] && [check_effective_target_ti_c67x] } {
8     # C6X uses -freciprocal-math by default.
9     set torture_execute_xfail "tic6x-*-*"
10     return 1
11 }
12 return 0
13