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 d238146e41e Daily bump. adds 64dd46dbc68 Plug memory leak in hybrid_threader. adds 257fd0333fe Add gimple_ranger::debug. new b38a4bd1024 openmp: Add omp_aligned_{,c}alloc and omp_{c,re}alloc new f5440ac7ad5 Plug possible snprintf overflow in lto-wrapper.
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/gimple-range.cc | 6 + gcc/gimple-range.h | 1 + gcc/lto-wrapper.c | 10 +- gcc/tree-vrp.c | 1 + libgomp/allocator.c | 398 ++++++++++++++++++++++- libgomp/libgomp.map | 4 + libgomp/omp.h.in | 25 +- libgomp/testsuite/libgomp.c-c++-common/alloc-4.c | 20 +- libgomp/testsuite/libgomp.c-c++-common/alloc-5.c | 159 +++++++++ libgomp/testsuite/libgomp.c-c++-common/alloc-6.c | 58 ++++ libgomp/testsuite/libgomp.c-c++-common/alloc-7.c | 182 +++++++++++ libgomp/testsuite/libgomp.c-c++-common/alloc-8.c | 184 +++++++++++ 12 files changed, 1025 insertions(+), 23 deletions(-) create mode 100644 libgomp/testsuite/libgomp.c-c++-common/alloc-5.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/alloc-6.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/alloc-7.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/alloc-8.c