This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from 0103c2e4082 Don't propagate for a more expensive reg-reg move. adds a3621580973 MAINTAINERS: Remove Hartmut Penner as s390 maintainer adds 0af7ef050ae libgomp: Fix segfault with posthumous orphan tasks [PR104385] adds 04b54cc486c [nvptx] Fix .local atomic regressions adds f05cc4fd6f0 [testsuite] Require c99_runtime to run builtin-sprintf.c adds 73f4a989b7f [nvptx] Fix 'main (int argc)' compilation
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 1 - 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 +++++++ libgomp/task.c | 2 + libgomp/testsuite/libgomp.c/pr104385.c | 26 ++++++++++ 9 files changed, 123 insertions(+), 36 deletions(-) create mode 100644 gcc/testsuite/gcc.target/nvptx/softstack-2.c create mode 100644 gcc/testsuite/gcc.target/nvptx/uniform-simt-1.c create mode 100644 libgomp/testsuite/libgomp.c/pr104385.c