From: Andrew Stubbs Date: Wed, 22 Jun 2022 13:42:06 +0000 (+0100) Subject: amdgcn: test global constructors X-Git-Tag: basepoints/gcc-14~5907 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a1f8a3860fe5c83a023688c29636b5abe03db949;p=thirdparty%2Fgcc.git 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. --- 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 }