]> 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>
Thu, 17 Apr 2025 07:38:59 +0000 (09:38 +0200)
commit95219213053cc0d6111230f196f961f21026b799
tree89068e4890280183a21b1589222dc0618f807d14
parentfa868840a6366d0f3717360c0c39d8f2cc9977b1
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.

(cherry picked from commit aa3e72f943032e5f074b2bd2fd06d130dda8760b)
gcc/testsuite/ChangeLog.omp
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/ChangeLog.omp
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]