]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add 'throw', caught 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:22 +0000 (09:41 +0200)
commit0f9ca500212854a8f36950ddf89cd2c1f80ad9c1
treedbbf2e235b10d6c08c8750ab86f71d42a97a486e
parent72fdbc3fce7836ca94e52383774c01677cc4abe4
Add 'throw', caught test cases for GCN, nvptx target and OpenACC, OpenMP 'target' offloading

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

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