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 facd61f0b57 ChangeLog.omp bump new fe9faa20d37 Adjust 'libgomp.c++/target-cdtor-{1,2}.C' for 'targetm.cxx. [...] new 33c7505fda0 nvptx: Support '-mptx=5.0' new aed9e682c0f nvptx: Support '-march=sm_61' new a1c99e0a33c GCN, nvptx offloading: Restrain 'WARNING: program timed out [...] new 5b9cd5086db ChangeLog.omp bump
The 5 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 | 29 ++++++++++ gcc/DATESTAMP.omp | 2 +- gcc/config.gcc | 1 + gcc/config/nvptx/gen-multilib-matches-tests | 67 ++++++++++++++++++++-- gcc/config/nvptx/nvptx-gen.h | 1 + gcc/config/nvptx/nvptx-gen.opt | 3 + gcc/config/nvptx/nvptx-opts.h | 1 + gcc/config/nvptx/nvptx-sm.def | 1 + gcc/config/nvptx/nvptx.cc | 6 ++ gcc/config/nvptx/nvptx.h | 1 + gcc/config/nvptx/nvptx.opt | 7 ++- gcc/doc/invoke.texi | 2 + gcc/testsuite/ChangeLog.omp | 16 ++++++ gcc/testsuite/gcc.target/nvptx/march-map=sm_61.c | 4 +- gcc/testsuite/gcc.target/nvptx/march-map=sm_62.c | 4 +- .../nvptx/{march=sm_52.c => march=sm_61.c} | 6 +- .../gcc.target/nvptx/{mptx=6.0.c => mptx=5.0.c} | 6 +- libgomp/ChangeLog.omp | 32 +++++++++++ libgomp/testsuite/libgomp.c++/pr119692-1-4.C | 2 +- libgomp/testsuite/libgomp.c++/pr119692-1-5.C | 2 +- libgomp/testsuite/libgomp.c++/target-cdtor-1.C | 17 ++++-- libgomp/testsuite/libgomp.c++/target-cdtor-2.C | 17 ++++-- .../libgomp.c++/target-exceptions-bad_cast-1.C | 2 +- .../libgomp.c++/target-exceptions-bad_cast-2.C | 2 +- ...e-variant-3-sm37.c => declare-variant-3-sm61.c} | 4 +- libgomp/testsuite/libgomp.c/declare-variant-3.h | 8 +++ .../libgomp.oacc-c++/exceptions-bad_cast-1.C | 2 +- .../libgomp.oacc-c++/exceptions-bad_cast-2.C | 2 +- 28 files changed, 208 insertions(+), 39 deletions(-) copy gcc/testsuite/gcc.target/nvptx/{march=sm_52.c => march=sm_61.c} (74%) copy gcc/testsuite/gcc.target/nvptx/{mptx=6.0.c => mptx=5.0.c} (71%) copy libgomp/testsuite/libgomp.c/{declare-variant-3-sm37.c => declare-variant-3-sm [...]