This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-15 in repository gcc.
from cf57f401ab8 ChangeLog.omp bump new 3a3b24aec2a GCN, nvptx offloading: Restrain 'WARNING: program timed out [...] new d83af9fe992 Add 'libgomp.c-c++-common/target-abi-struct-1-O0.c', 'libgo [...] new 0ae12e55c09 'TYPE_EMPTY_P' vs. code offloading [PR120308] new e841798c07d ChangeLog.omp bump
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog.omp | 13 +++ gcc/lto-streamer-out.cc | 3 +- gcc/testsuite/ChangeLog.omp | 9 ++ gcc/testsuite/gcc.target/nvptx/abi-struct-arg.c | 10 ++ gcc/testsuite/gcc.target/nvptx/abi-struct-ret.c | 11 ++ gcc/tree-streamer-in.cc | 12 +- gcc/tree-streamer-out.cc | 3 +- libgomp/ChangeLog.omp | 30 +++++ libgomp/testsuite/libgomp.c++/pr119692-1-4.C | 3 + libgomp/testsuite/libgomp.c++/pr119692-1-5.C | 3 + .../libgomp.c++/target-exceptions-bad_cast-1.C | 3 + .../libgomp.c++/target-exceptions-bad_cast-2.C | 3 + .../libgomp.c-c++-common/target-abi-struct-1-O0.c | 3 + .../libgomp.oacc-c++/exceptions-bad_cast-1.C | 3 + .../libgomp.oacc-c++/exceptions-bad_cast-2.C | 3 + .../libgomp.oacc-c-c++-common/abi-struct-1.c | 121 +++++++++++++++++++++ 16 files changed, 230 insertions(+), 3 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c-c++-common/target-abi-struct-1-O0.c create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/abi-struct-1.c