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-arm in repository toolchain/ci/gcc.
from ea4911c4fa6 Daily bump. adds e6e6e0a9734 calls: When bypassing emit_push_insn for 0 sized arg, emit [...] adds 431414b5d93 openmp: Disable SSA form during gimplification on OMP_SIMD [...] new 5065d69fca5 [nvptx] Add -mptx=_ in gcc.target/nvptx/smxx.c new 12fa7641cee [nvptx] Use --no-verify for sm_30 new 07667c911b1 [nvptx] Build libraries with misa=sm_30 new 5b5e456f018 [nvptx] Build libraries with mptx=3.1 new 88c4d85e27e openmp, fortran: Check that the type of an event handle in [...]
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/calls.cc | 7 +++++ gcc/config/nvptx/nvptx.h | 2 +- gcc/config/nvptx/t-nvptx | 2 ++ gcc/fortran/openmp.cc | 34 ++++++++++++++++-------- gcc/gimplify.cc | 15 +++++++++-- gcc/testsuite/gcc.dg/gomp/pr104757.c | 14 ++++++++++ gcc/testsuite/gcc.dg/pr104558.c | 15 +++++++++++ gcc/testsuite/gcc.target/nvptx/sm53.c | 2 +- gcc/testsuite/gcc.target/nvptx/sm70.c | 2 +- gcc/testsuite/gcc.target/nvptx/sm75.c | 2 +- gcc/testsuite/gcc.target/nvptx/sm80.c | 2 +- gcc/testsuite/gfortran.dg/gomp/pr104131.f90 | 26 ++++++++++++++++++ gcc/testsuite/gfortran.dg/gomp/pr104757.f90 | 19 +++++++++++++ gcc/testsuite/gfortran.dg/gomp/task-detach-1.f90 | 4 +-- 14 files changed, 126 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/gomp/pr104757.c create mode 100644 gcc/testsuite/gcc.dg/pr104558.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr104131.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr104757.f90