This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7e5f5fd101f RISC-V: Minimal support for ssnpm, smnpm and smmpm extensions. new 20c25919132 testsuite: arm: Fix unsigned-extend-2.c [PR116445] new 1321df5bc05 GCN, nvptx libstdc++: Force use of '__atomic' builtins: rev [...] new 97616687149 nvptx: Support '-mptx=5.0' new 7b53b883811 nvptx: Support '-march=sm_61' new b5f48e7872d GCN, nvptx offloading: Restrain 'WARNING: program timed out [...]
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/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/gcc.target/arm/unsigned-extend-2.c | 33 +++++++++-- 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/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 + ...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 | 3 + .../libgomp.oacc-c++/exceptions-bad_cast-2.C | 3 + libstdc++-v3/configure.host | 11 ---- 24 files changed, 147 insertions(+), 37 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 [...]