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:
Thomas Schwinge 2025-02-06 16:31:38 +01:00
parent 9f4feba699
commit e90276a483

View file

@ -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