]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add 'throw' test cases for GCN, nvptx target and OpenACC, OpenMP 'target' offloading
authorThomas Schwinge <tschwinge@baylibre.com>
Thu, 27 Mar 2025 13:46:20 +0000 (14:46 +0100)
committerThomas Schwinge <tschwinge@baylibre.com>
Thu, 17 Apr 2025 07:40:57 +0000 (09:40 +0200)
commit72fdbc3fce7836ca94e52383774c01677cc4abe4
tree6a8987a133702330490ea795b15795b4d1de2596
parent629280933ac314656b75f5e23d92c72d90958ac6
Add 'throw' test cases for GCN, nvptx target and OpenACC, OpenMP 'target' offloading

gcc/testsuite/
* g++.target/gcn/exceptions-throw-1.C: New.
* g++.target/nvptx/exceptions-throw-1.C: Likewise.
libgomp/
* testsuite/libgomp.c++/target-exceptions-throw-1.C: New.
* testsuite/libgomp.c++/target-exceptions-throw-1-O0.C: Likewise.
* testsuite/libgomp.oacc-c++/exceptions-throw-1.C: Likewise.

(cherry picked from commit 1362d9d49449bec12741ef158f4bf81a8b3ff2cd)
gcc/testsuite/ChangeLog.omp
gcc/testsuite/g++.target/gcn/exceptions-throw-1.C [new file with mode: 0644]
gcc/testsuite/g++.target/nvptx/exceptions-throw-1.C [new file with mode: 0644]
libgomp/ChangeLog.omp
libgomp/testsuite/libgomp.c++/target-exceptions-throw-1-O0.C [new file with mode: 0644]
libgomp/testsuite/libgomp.c++/target-exceptions-throw-1.C [new file with mode: 0644]
libgomp/testsuite/libgomp.oacc-c++/exceptions-throw-1.C [new file with mode: 0644]