This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cbc258cd318 [RISC-V] Fix false positive from Wuninitialized new 7ef9cb4caf0 Fix libgomp.oacc-fortran/lib-13.f90 async bug new 45efda05c47 Add 'libgomp.c-c++-common/target-abi-struct-1-O0.c', 'libgo [...] new 9063810c86b 'TYPE_EMPTY_P' vs. code offloading [PR120308]
The 3 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/lto-streamer-out.cc | 3 +- 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.c-c++-common/target-abi-struct-1-O0.c | 3 + .../libgomp.oacc-c-c++-common/abi-struct-1.c | 121 +++++++++++++++++++++ libgomp/testsuite/libgomp.oacc-fortran/lib-13.f90 | 3 +- 8 files changed, 161 insertions(+), 5 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