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:
Thomas Schwinge 2025-02-06 22:46:26 +01:00
parent e90276a483
commit 2466b0b4d9

View file

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