]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add 'std::bad_cast' exception test cases for GCN, nvptx target and OpenACC, OpenMP...
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)
commit0e68f49db986d8d6c1eaaa96dd14f7b2a927a0d0
tree867dc3acad781505f4fd0f1b956a14fbd1d04871
parentaa3e72f943032e5f074b2bd2fd06d130dda8760b
Add 'std::bad_cast' exception test cases for GCN, nvptx target and OpenACC, OpenMP 'target' offloading

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