This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap 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 [...] adds 5065d69fca5 [nvptx] Add -mptx=_ in gcc.target/nvptx/smxx.c adds 12fa7641cee [nvptx] Use --no-verify for sm_30 adds 07667c911b1 [nvptx] Build libraries with misa=sm_30 adds 5b5e456f018 [nvptx] Build libraries with mptx=3.1 adds 88c4d85e27e openmp, fortran: Check that the type of an event handle in [...]
No new revisions were added by this update.
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