BPF doesn't actually support effective-target 'exceptions' [PR118772]
PR target/118772 gcc/testsuite/ * lib/target-supports.exp (check_effective_target_exceptions): 'return 0' for '[istarget bpf-*-*]'.
This commit is contained in:
parent
9f4feba699
commit
e90276a483
1 changed files with 2 additions and 1 deletions
|
@ -12563,7 +12563,8 @@ proc check_effective_target_fenv_exceptions_long_double {} {
|
|||
# Note that this is orthogonal to effective-target 'exceptions_enabled'.
|
||||
|
||||
proc check_effective_target_exceptions {} {
|
||||
if { [istarget amdgcn*-*-*] } {
|
||||
if { [istarget amdgcn*-*-*]
|
||||
|| [istarget bpf-*-*] } {
|
||||
return 0
|
||||
}
|
||||
return 1
|
||||
|
|
Loading…
Add table
Reference in a new issue