]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add 'throw' test cases for GCN, nvptx target and OpenACC, OpenMP 'target' offloading
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:53 +0000 (23:54 +0200)
commit1362d9d49449bec12741ef158f4bf81a8b3ff2cd
treed6d65f6b7ae76975a96b1ec7ec22ab37f1b7843a
parent27f88cc79934b689a92e08342e25b2ee947a1bce
Add 'throw' test cases for GCN, nvptx target and OpenACC, OpenMP 'target' offloading

gcc/testsuite/
* g++.target/gcn/exceptions-throw-1.C: New.
* g++.target/nvptx/exceptions-throw-1.C: Likewise.
libgomp/
* testsuite/libgomp.c++/target-exceptions-throw-1.C: New.
* testsuite/libgomp.c++/target-exceptions-throw-1-O0.C: Likewise.
* testsuite/libgomp.oacc-c++/exceptions-throw-1.C: Likewise.
gcc/testsuite/g++.target/gcn/exceptions-throw-1.C [new file with mode: 0644]
gcc/testsuite/g++.target/nvptx/exceptions-throw-1.C [new file with mode: 0644]
libgomp/testsuite/libgomp.c++/target-exceptions-throw-1-O0.C [new file with mode: 0644]
libgomp/testsuite/libgomp.c++/target-exceptions-throw-1.C [new file with mode: 0644]
libgomp/testsuite/libgomp.oacc-c++/exceptions-throw-1.C [new file with mode: 0644]