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

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