]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
amdgcn: test global constructors
authorAndrew Stubbs <ams@codesourcery.com>
Tue, 5 Jul 2022 09:30:26 +0000 (11:30 +0200)
committerTobias Burnus <tobias@codesourcery.com>
Tue, 5 Jul 2022 09:30:26 +0000 (11:30 +0200)
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)

gcc/testsuite/ChangeLog.omp
gcc/testsuite/lib/target-supports.exp

index 00f06f3fba53e867a9e6317df7629e3796b376d9..d0332ca2ee29517103fa07b734343624325616dc 100644 (file)
@@ -1,3 +1,11 @@
+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:
index 244fe2306f457f46f860a1e919dbbddeea8d6757..4a845d3c23908e930ba5e2c3c2a3584f4aef4933 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
     }