nvptx doesn't actually support effective-target 'exceptions'
gcc/testsuite/ * lib/target-supports.exp (check_effective_target_exceptions): 'return 0' for '[istarget nvptx-*-*]'.
This commit is contained in:
parent
e90276a483
commit
2466b0b4d9
1 changed files with 2 additions and 1 deletions
|
@ -12564,7 +12564,8 @@ proc check_effective_target_fenv_exceptions_long_double {} {
|
|||
|
||||
proc check_effective_target_exceptions {} {
|
||||
if { [istarget amdgcn*-*-*]
|
||||
|| [istarget bpf-*-*] } {
|
||||
|| [istarget bpf-*-*]
|
||||
|| [istarget nvptx-*-*] } {
|
||||
return 0
|
||||
}
|
||||
return 1
|
||||
|
|
Loading…
Add table
Reference in a new issue