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-arm-bootstrap in repository toolchain/ci/gcc.
from 2c3309e3d0f c++: TTP in member alias template [PR104107] adds 6a0d6e7ca9b openmp: Make finalize_task_copyfn order reproduceable [PR104517] adds c4c0aa60891 sanitizer: Use glibc _thread_db_sizeof_pthread symbol if present adds d8b6da8dd15 tree-optimization/104519 - adjust PR100499 niter fix adds 2801f23fb82 fold, simplify-rtx: Punt on non-representable floating poin [...] adds 0863d0ede34 cygwin: Fix up -Werror=format-diag errors [PR104536] adds 3939c1b1127 Fortran/OpenMP: Fix depend-clause handling adds d03a67dc692 tree-optimization/104543 - fix unroll-and-jam precondition new 6cfb7ffb659 libstdc++: Add missing constexpr to uses-allocator construc [...]
The 1 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/i386/host-cygwin.cc | 16 +- gcc/fold-const.cc | 40 ++-- gcc/fold-const.h | 1 + gcc/fortran/trans-openmp.cc | 46 +++- gcc/gimple-fold.cc | 4 +- gcc/gimple-loop-jam.cc | 10 +- gcc/omp-low.cc | 9 +- gcc/simplify-rtx.cc | 2 +- gcc/testsuite/gcc.dg/gomp/pr104517.c | 54 +++++ gcc/testsuite/gcc.dg/pr104522.c | 14 ++ gcc/testsuite/gcc.dg/torture/pr104519.c | 10 + gcc/testsuite/gcc.dg/torture/pr104543.c | 21 ++ gcc/testsuite/gfortran.dg/gomp/depend-4.f90 | 240 +++++++++++++++++++++ gcc/testsuite/gfortran.dg/gomp/depend-5.f90 | 82 +++++++ gcc/tree-ssa-loop-niter.cc | 16 +- libgomp/testsuite/libgomp.fortran/depend-4.f90 | 109 ++++++++++ .../sanitizer_common/sanitizer_linux_libcdep.cpp | 21 +- libstdc++-v3/include/bits/uses_allocator_args.h | 4 +- .../testsuite/20_util/uses_allocator/make_obj.cc | 30 ++- .../uses_allocator/uninitialized_construct.cc | 17 ++ 20 files changed, 689 insertions(+), 57 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/gomp/pr104517.c create mode 100644 gcc/testsuite/gcc.dg/pr104522.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr104519.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr104543.c create mode 100644 gcc/testsuite/gfortran.dg/gomp/depend-4.f90 create mode 100644 gcc/testsuite/gfortran.dg/gomp/depend-5.f90 create mode 100644 libgomp/testsuite/libgomp.fortran/depend-4.f90 create mode 100644 libstdc++-v3/testsuite/20_util/uses_allocator/uninitialized_con [...]