This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2d11de35d37 Vect: Support IFN SAT_SUB for unsigned vector int new 395ac0417a1 Clean up after newlib "nvptx: In offloading execution, map [...] new b4e68dd9084 nvptx: Make 'nvptx_uniform_warp_check' fit for non-full-war [...] new 5bbe5350a09 nvptx offloading: Global constructor, destructor support, v [...] new a29c5852a60 nvptx, libgcc: Stub unwinding implementation new 0d25989d60d nvptx offloading: 'GOMP_NVPTX_NATIVE_GPU_THREAD_STACK_SIZE' [...] new 3a4775d4403 nvptx, libgfortran: Switch out of "minimal" mode
The 6 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/nvptx/nvptx.md | 13 +- gcc/testsuite/gcc.target/nvptx/nvptx.exp | 5 + gcc/testsuite/gcc.target/nvptx/uniform-simt-2.c | 2 +- gcc/testsuite/gcc.target/nvptx/uniform-simt-5.c | 28 ++++ libgcc/config/nvptx/gbl-ctors.c | 55 +++++++ libgcc/config/nvptx/t-nvptx | 3 +- .../{gcn/unwind-gcn.c => nvptx/unwind-nvptx.c} | 0 libgfortran/configure | 21 +-- libgfortran/configure.ac | 17 +-- libgfortran/runtime/minimal.c | 8 - libgomp/config/nvptx/error.c | 7 - libgomp/libgomp.texi | 10 +- libgomp/plugin/cuda-lib.def | 1 + libgomp/plugin/plugin-nvptx.c | 162 ++++++++++++++++++++- .../libgomp.fortran/target-print-1-nvptx.f90 | 11 -- .../testsuite/libgomp.fortran/target-print-1.f90 | 3 - .../testsuite/libgomp.oacc-fortran/error_stop-1.f | 8 +- .../{error_stop-2.f => error_stop-2-nvptx.f} | 18 ++- .../testsuite/libgomp.oacc-fortran/error_stop-2.f | 11 +- .../testsuite/libgomp.oacc-fortran/error_stop-3.f | 8 +- .../libgomp.oacc-fortran/print-1-nvptx.f90 | 40 ++++- libgomp/testsuite/libgomp.oacc-fortran/print-1.f90 | 4 +- libgomp/testsuite/libgomp.oacc-fortran/stop-1.f | 13 +- .../{stop-2.f => stop-2-nvptx.f} | 16 +- libgomp/testsuite/libgomp.oacc-fortran/stop-2.f | 9 +- libgomp/testsuite/libgomp.oacc-fortran/stop-3.f | 12 +- 26 files changed, 382 insertions(+), 103 deletions(-) create mode 100644 gcc/testsuite/gcc.target/nvptx/uniform-simt-5.c copy libgcc/config/{gcn/unwind-gcn.c => nvptx/unwind-nvptx.c} (100%) delete mode 100644 libgomp/testsuite/libgomp.fortran/target-print-1-nvptx.f90 copy libgomp/testsuite/libgomp.oacc-fortran/{error_stop-2.f => error_stop-2-nvptx. [...] copy libgomp/testsuite/libgomp.oacc-fortran/{stop-2.f => stop-2-nvptx.f} (50%)