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 1f8a09d2f3c Daily bump. adds 2c3309e3d0f c++: TTP in member alias template [PR104107] adds 6a0d6e7ca9b openmp: Make finalize_task_copyfn order reproduceable [PR104517] new c4c0aa60891 sanitizer: Use glibc _thread_db_sizeof_pthread symbol if present new d8b6da8dd15 tree-optimization/104519 - adjust PR100499 niter fix
The 2 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/cp/pt.cc | 41 ++++++++++++---- gcc/fold-const.cc | 6 +-- gcc/omp-low.cc | 9 ++-- gcc/testsuite/g++.dg/cpp0x/alias-decl-ttp2.C | 25 ++++++++++ gcc/testsuite/g++.dg/cpp1z/ttp2.C | 21 +++++++++ gcc/testsuite/gcc.dg/gomp/pr104517.c | 54 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr104519.c | 10 ++++ gcc/tree-ssa-loop-niter.cc | 16 +++++-- .../sanitizer_common/sanitizer_linux_libcdep.cpp | 21 +++++++-- 9 files changed, 175 insertions(+), 28 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alias-decl-ttp2.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/ttp2.C create mode 100644 gcc/testsuite/gcc.dg/gomp/pr104517.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr104519.c