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

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