]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
amdgcn: test global constructors
authorAndrew Stubbs <ams@codesourcery.com>
Wed, 22 Jun 2022 13:42:06 +0000 (14:42 +0100)
committerAndrew Stubbs <ams@codesourcery.com>
Mon, 27 Jun 2022 14:11:29 +0000 (15:11 +0100)
The tests are disabled for historical reasons only.

gcc/testsuite/ChangeLog:

* lib/target-supports.exp (check_effective_target_global_constructor):
Remove amdgcn.

gcc/testsuite/lib/target-supports.exp

index 20171f9d9858450415f955c25c77c2d16ac19b20..e481a2a71ff2fb5ce1ffa694071862ff325af7fb 100644 (file)
@@ -851,7 +851,6 @@ proc check_effective_target_nonlocal_goto {} {
 
 proc check_effective_target_global_constructor {} {
     if { [istarget nvptx-*-*]
-        || [istarget amdgcn-*-*]
         || [istarget bpf-*-*] } {
        return 0
     }