]> 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>
Thu, 17 Apr 2025 07:39:26 +0000 (09:39 +0200)
commite0025f09d80930bf6913286ef5265f65b915b7dc
tree15b76f15105b0cfcdc97c4e4b60d3fb351c2c986
parent95219213053cc0d6111230f196f961f21026b799
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.

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