[committed] amdgcn: test global constructors

Message ID acc45e63-1e3c-d979-8332-1a2597eef612@codesourcery.com
State Committed
Commit a1f8a3860fe5c83a023688c29636b5abe03db949
Headers
Series [committed] amdgcn: test global constructors |

Commit Message

Andrew Stubbs June 27, 2022, 2:24 p.m. UTC
  This setting is way out of date; global constructors have worked on GCN 
for a while now.

Andrew
amdgcn: test global constructors

The tests are disabled for historical reasons only.

gcc/testsuite/ChangeLog:

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

Patch

diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index 20171f9d985..e481a2a71ff 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -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
     }