The tests are disabled for historical reasons only.
gcc/testsuite/ChangeLog:
* lib/target-supports.exp (check_effective_target_global_constructor):
Remove amdgcn.
(cherry picked from commit
a1f8a3860fe5c83a023688c29636b5abe03db949)
+2022-07-05 Tobias Burnus <tobias@codesourcery.com>
+
+ Backport from mainline:
+ 2022-06-27 Andrew Stubbs <ams@codesourcery.com>
+
+ * lib/target-supports.exp (check_effective_target_global_constructor):
+ Remove amdgcn.
+
2022-07-05 Tobias Burnus <tobias@codesourcery.com>
Backport from mainline:
proc check_effective_target_global_constructor {} {
if { [istarget nvptx-*-*]
- || [istarget amdgcn-*-*]
|| [istarget bpf-*-*] } {
return 0
}