This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0af7ef050ae libgomp: Fix segfault with posthumous orphan tasks [PR104385] new 04b54cc486c [nvptx] Fix .local atomic regressions new f05cc4fd6f0 [testsuite] Require c99_runtime to run builtin-sprintf.c new 73f4a989b7f [nvptx] Fix 'main (int argc)' compilation
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/config/nvptx/nvptx-protos.h | 1 + gcc/config/nvptx/nvptx.cc | 34 +++++++++++-- gcc/config/nvptx/nvptx.md | 63 +++++++++++++------------ gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf.c | 3 +- gcc/testsuite/gcc.target/nvptx/softstack-2.c | 11 +++++ gcc/testsuite/gcc.target/nvptx/uniform-simt-1.c | 18 +++++++ 6 files changed, 95 insertions(+), 35 deletions(-) create mode 100644 gcc/testsuite/gcc.target/nvptx/softstack-2.c create mode 100644 gcc/testsuite/gcc.target/nvptx/uniform-simt-1.c