]> 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>
Mon, 14 Apr 2025 21:54:54 +0000 (23:54 +0200)
commit6c0ea840265454b01d9ef4eb8850a4f015788788
tree41ea8806ab349adbb2be93e60867179f47c342d1
parent1daf57049878a79b8bb40fb57ee2370f3cd4d4e7
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.
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/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]