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-aarch64 in repository toolchain/ci/gcc.
from 257fd0333fe Add gimple_ranger::debug. adds b38a4bd1024 openmp: Add omp_aligned_{,c}alloc and omp_{c,re}alloc adds f5440ac7ad5 Plug possible snprintf overflow in lto-wrapper. adds c5369961fa3 libstdc++: Fix preprocessor check for C++17 adds c2dc29c4a54 Fix thinko in previous alignment peeling change adds 09f032c2205 Refine alingment peeling fix adds 32bd81eba46 Do not hide asm_out_file in ASM_OUTPUT_ASCII.
No new revisions were added by this update.
Summary of changes: gcc/defaults.h | 15 +- gcc/lto-wrapper.c | 10 +- gcc/tree-vect-data-refs.c | 10 +- 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 +++++++++++ libstdc++-v3/include/bits/regex.h | 2 +- 12 files changed, 1031 insertions(+), 36 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