]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add test cases for exception handling constructs in dead code for GCN, nvptx target...
authorThomas Schwinge <tschwinge@baylibre.com>
Thu, 27 Mar 2025 22:06:37 +0000 (23:06 +0100)
committerThomas Schwinge <tschwinge@baylibre.com>
Mon, 14 Apr 2025 21:54:48 +0000 (23:54 +0200)
commitaa3e72f943032e5f074b2bd2fd06d130dda8760b
treed7627c1763dbc8c8b61d667d223afc1838aaabfc
parenta304c88b6feb9ee580d3e389f08a6ed40dfe2292
Add test cases for exception handling constructs in dead code for GCN, nvptx target and OpenMP 'target' offloading [PR118794]

PR target/118794
gcc/testsuite/
* g++.target/gcn/exceptions-pr118794-1.C: New.
* g++.target/nvptx/exceptions-pr118794-1.C: Likewise.
libgomp/
* testsuite/libgomp.c++/target-exceptions-pr118794-1.C: New.
* testsuite/libgomp.c++/target-exceptions-pr118794-1-offload-sorry-GCN.C:
Likewise.
* testsuite/libgomp.c++/target-exceptions-pr118794-1-offload-sorry-nvptx.C:
Likewise.
gcc/testsuite/g++.target/gcn/exceptions-pr118794-1.C [new file with mode: 0644]
gcc/testsuite/g++.target/nvptx/exceptions-pr118794-1.C [new file with mode: 0644]
libgomp/testsuite/libgomp.c++/target-exceptions-pr118794-1-offload-sorry-GCN.C [new file with mode: 0644]
libgomp/testsuite/libgomp.c++/target-exceptions-pr118794-1-offload-sorry-nvptx.C [new file with mode: 0644]
libgomp/testsuite/libgomp.c++/target-exceptions-pr118794-1.C [new file with mode: 0644]