]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add 'throw', dead code test cases for GCN, nvptx target and OpenACC, OpenMP 'target...
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:41:48 +0000 (09:41 +0200)
commitad51cb1221fdddb246b421e6529e5af7524a15de
tree18e26145ff6e0d3fdc6d8689182fee077f299507
parent0f9ca500212854a8f36950ddf89cd2c1f80ad9c1
Add 'throw', dead code test cases for GCN, nvptx target and OpenACC, OpenMP 'target' offloading

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

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